commit: bf6d5b71581fc85a955c604b7891ae98f71f93e5
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 16:44:49 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 16:44:49 2019 +0000
URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=bf6d5b71
mail-client/thunderbird: update to xdg_icon_cache_update
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
mail-client/thunderbird/thunderbird-68.0-r1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
index 813aba3..e3d2ccf 100644
--- a/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
+++ b/mail-client/thunderbird/thunderbird-68.0-r1.ebuild
@@ -732,8 +732,6 @@ src_install() {
}
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
@@ -752,8 +750,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"
@@ -772,6 +770,6 @@ pkg_postinst() {
}
pkg_postrm() {
- gnome2_icon_cache_update
xdg_desktop_database_update
+ xdg_icon_cache_update
}