games-puzzle/cutemaze: remove redundant function call

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Michael Palimaka
2017-09-22 00:11:13 +10:00
parent 6a19cfae00
commit 779fc80e19

View File

@@ -31,10 +31,6 @@ src_install() {
emake INSTALL_ROOT="${D}" install
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}