forked from tastytea/overlay
solarus-1.5.3-r2: fixed format of file, no real changes
This commit is contained in:
parent
e4ace1130b
commit
768ac939cc
|
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
|
@ -33,6 +33,7 @@ src_unpack() {
|
||||||
default
|
default
|
||||||
mv solarus-v${PV} solarus-${PV}
|
mv solarus-v${PV} solarus-${PV}
|
||||||
}
|
}
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
cmake-utils_src_prepare
|
cmake-utils_src_prepare
|
||||||
}
|
}
|
||||||
|
@ -59,12 +60,10 @@ src_install() {
|
||||||
use doc && dodoc -r doc/${PV%.*}/html/*
|
use doc && dodoc -r doc/${PV%.*}/html/*
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst()
|
pkg_postinst() {
|
||||||
{
|
|
||||||
gnome2_icon_cache_update
|
gnome2_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm()
|
pkg_postrm() {
|
||||||
{
|
|
||||||
gnome2_icon_cache_update
|
gnome2_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user