diff options
author | eroen <eroen@occam.eroen.eu> | 2014-09-10 00:39:29 +0200 |
---|---|---|
committer | eroen <eroen@occam.eroen.eu> | 2014-09-10 00:39:29 +0200 |
commit | f9b00479569d464a7ed138a9f67d7b441271f34b (patch) | |
tree | 4cedc4bfb4e53b9752b855329cb333fc52be1a76 /app-emulation | |
parent | wine-gentoo - update icon cache (diff) | |
download | eroen-f9b00479569d464a7ed138a9f67d7b441271f34b.tar.gz eroen-f9b00479569d464a7ed138a9f67d7b441271f34b.tar.bz2 eroen-f9b00479569d464a7ed138a9f67d7b441271f34b.zip |
wine - stop mucking with icon cache
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-1.7.21-r3.ebuild | 6 | ||||
-rw-r--r-- | app-emulation/wine/wine-1.7.26-r3.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/wine/wine-1.7.21-r3.ebuild b/app-emulation/wine/wine-1.7.21-r3.ebuild index 2b78fcb..4fc135b 100644 --- a/app-emulation/wine/wine-1.7.21-r3.ebuild +++ b/app-emulation/wine/wine-1.7.21-r3.ebuild @@ -520,17 +520,17 @@ multilib_src_install_all() { } pkg_preinst() { - gnome2_icon_savelist + ! use multislot && gnome2_icon_savelist } pkg_postinst() { - gnome2_icon_cache_update + ! use multislot && gnome2_icon_cache_update fdo-mime_desktop_database_update use multislot && eselect wine update --if-unset } pkg_postrm() { - gnome2_icon_cache_update + ! use multislot && gnome2_icon_cache_update fdo-mime_desktop_database_update use multislot && eselect wine update --if-unset } diff --git a/app-emulation/wine/wine-1.7.26-r3.ebuild b/app-emulation/wine/wine-1.7.26-r3.ebuild index 3c72ccd..f52263f 100644 --- a/app-emulation/wine/wine-1.7.26-r3.ebuild +++ b/app-emulation/wine/wine-1.7.26-r3.ebuild @@ -481,17 +481,17 @@ multilib_src_install_all() { } pkg_preinst() { - gnome2_icon_savelist + ! use multislot && gnome2_icon_savelist } pkg_postinst() { - gnome2_icon_cache_update + ! use multislot && gnome2_icon_cache_update fdo-mime_desktop_database_update use multislot && eselect wine update --if-unset } pkg_postrm() { - gnome2_icon_cache_update + ! use multislot && gnome2_icon_cache_update fdo-mime_desktop_database_update use multislot && eselect wine update --if-unset } |