commit: 48ae731fed1bd47300e6e47d4ce067eef9e1eb0e
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 07:03:43 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Sep 1 07:03:43 2019 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=48ae731f
www-client/firefox: update to xdg_icon_cache_update
Package-Manager: Portage-2.3.74, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
www-client/firefox/firefox-69.0_beta16.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/www-client/firefox/firefox-69.0_beta16.ebuild
b/www-client/firefox/firefox-69.0_beta16.ebuild
index 6285aa6..c4c6b6f 100644
--- a/www-client/firefox/firefox-69.0_beta16.ebuild
+++ b/www-client/firefox/firefox-69.0_beta16.ebuild
@@ -723,8 +723,6 @@ PROFILE_EOF
}
pkg_preinst() {
- gnome2_icon_savelist
-
# if the apulse libs are available in MOZILLA_FIVE_HOME then apulse
# doesn't need to be forced into the LD_LIBRARY_PATH
if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then
@@ -743,8 +741,8 @@ pkg_preinst() {
}
pkg_postinst() {
- gnome2_icon_cache_update
xdg_desktop_database_update
+ xdg_icon_cache_update
if ! use gmp-autoupdate && ! use eme-free ; then
elog "USE='-gmp-autoupdate' has disabled the following plugins
from updating or"
@@ -763,6 +761,6 @@ pkg_postinst() {
}
pkg_postrm() {
- gnome2_icon_cache_update
xdg_desktop_database_update
+ xdg_icon_cache_update
}