commit: 417de4e7e42f251204dea4beceb9828ab3a56ada
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 21 14:10:35 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 14:11:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=417de4e7
games-puzzle/hexalate: remove redundant function call
Package-Manager: Portage-2.3.8, Repoman-2.3.3
games-puzzle/hexalate/hexalate-1.1.0.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/games-puzzle/hexalate/hexalate-1.1.0.ebuild
b/games-puzzle/hexalate/hexalate-1.1.0.ebuild
index 10d177cd966..c63526bdb56 100644
--- a/games-puzzle/hexalate/hexalate-1.1.0.ebuild
+++ b/games-puzzle/hexalate/hexalate-1.1.0.ebuild
@@ -31,10 +31,6 @@ src_install() {
emake INSTALL_ROOT="${D}" install
}
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
pkg_postinst() {
gnome2_icon_cache_update
}