diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-09-22 00:11:13 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-22 00:11:25 +1000 |
commit | 779fc80e193fe7a4c2f8d720cac2ed9ed4a33cef (patch) | |
tree | e33bd029bbeb9c19c98014dddaa67ce54b69d800 /games-puzzle/cutemaze | |
parent | games-puzzle/gottet: remove redundant function call (diff) | |
download | gentoo-779fc80e193fe7a4c2f8d720cac2ed9ed4a33cef.tar.gz gentoo-779fc80e193fe7a4c2f8d720cac2ed9ed4a33cef.tar.bz2 gentoo-779fc80e193fe7a4c2f8d720cac2ed9ed4a33cef.zip |
games-puzzle/cutemaze: remove redundant function call
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'games-puzzle/cutemaze')
-rw-r--r-- | games-puzzle/cutemaze/cutemaze-1.2.0.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild b/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild index 58b0d157a8a4..67b7329e92c7 100644 --- a/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild +++ b/games-puzzle/cutemaze/cutemaze-1.2.0.ebuild @@ -31,10 +31,6 @@ src_install() { emake INSTALL_ROOT="${D}" install } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update } |