solarus-1.5.3-r2: fixed format of file, no real changes

This commit is contained in:
tastytea 2018-06-20 09:52:31 +02:00
parent e4ace1130b
commit 768ac939cc
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -33,6 +33,7 @@ src_unpack() {
default
mv solarus-v${PV} solarus-${PV}
}
src_prepare() {
cmake-utils_src_prepare
}
@ -59,12 +60,10 @@ src_install() {
use doc && dodoc -r doc/${PV%.*}/html/*
}
pkg_postinst()
{
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm()
{
pkg_postrm() {
gnome2_icon_cache_update
}