diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-22 00:10:35 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-22 00:11:24 +1000 |
commit | 417de4e7e42f251204dea4beceb9828ab3a56ada (patch) | |
tree | 9bbfb95473e537708782ca83270312ac12d0bcb7 /games-puzzle | |
parent | games-puzzle/hexalate: remove 1.0.3 (diff) | |
download | gentoo-417de4e7e42f251204dea4beceb9828ab3a56ada.tar.gz gentoo-417de4e7e42f251204dea4beceb9828ab3a56ada.tar.bz2 gentoo-417de4e7e42f251204dea4beceb9828ab3a56ada.zip |
games-puzzle/hexalate: remove redundant function call
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hexalate/hexalate-1.1.0.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games-puzzle/hexalate/hexalate-1.1.0.ebuild b/games-puzzle/hexalate/hexalate-1.1.0.ebuild index 10d177cd9669..c63526bdb569 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 } |