diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-03-12 15:38:19 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-03-12 15:38:38 +1100 |
commit | b2e9a327dc487649cb7eff949ea947a140caa6ed (patch) | |
tree | 6f288ecb6fe65416307519c355fdde3df404c4e5 /x11-libs | |
parent | x11-libs/snorenotify: backport patch from upstream adding missing include (diff) | |
download | gentoo-b2e9a327dc487649cb7eff949ea947a140caa6ed.tar.gz gentoo-b2e9a327dc487649cb7eff949ea947a140caa6ed.tar.bz2 gentoo-b2e9a327dc487649cb7eff949ea947a140caa6ed.zip |
x11-libs/snorenotify: remove redundant phase function
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild index 2fece7ed49e4..f814dda6bb2c 100644 --- a/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild +++ b/x11-libs/snorenotify/snorenotify-0.7.0-r1.ebuild @@ -48,10 +48,6 @@ src_test() { virtx cmake-utils_src_test } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { gnome2_icon_cache_update } |