From 8cca996eb349f47570b0ab4e24330afe1c87b899 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 28 Sep 2018 00:17:01 +0200 Subject: [PATCH] www-client/firefox: call xdg_desktop_database_update during pkg_postrm Signed-off-by: Thomas Deutschmann Package-Manager: Portage-2.3.50, Repoman-2.3.11 --- www-client/firefox/firefox-60.2.1-r1.ebuild | 4 ++-- www-client/firefox/firefox-62.0.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-client/firefox/firefox-60.2.1-r1.ebuild b/www-client/firefox/firefox-60.2.1-r1.ebuild index 142e976023d3..1b5bd9fb7273 100644 --- a/www-client/firefox/firefox-60.2.1-r1.ebuild +++ b/www-client/firefox/firefox-60.2.1-r1.ebuild @@ -383,9 +383,8 @@ pkg_preinst() { } pkg_postinst() { - # Update mimedb for the new .desktop file - xdg_desktop_database_update gnome2_icon_cache_update + xdg_desktop_database_update if ! use gmp-autoupdate && ! use eme-free ; then elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" @@ -405,4 +404,5 @@ pkg_postinst() { pkg_postrm() { gnome2_icon_cache_update + xdg_desktop_database_update } diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild index 5bfc91438345..75452a757c03 100644 --- a/www-client/firefox/firefox-62.0.2.ebuild +++ b/www-client/firefox/firefox-62.0.2.ebuild @@ -580,9 +580,8 @@ pkg_preinst() { } pkg_postinst() { - # Update mimedb for the new .desktop file - xdg_desktop_database_update gnome2_icon_cache_update + xdg_desktop_database_update if ! use gmp-autoupdate && ! use eme-free ; then elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" @@ -602,4 +601,5 @@ pkg_postinst() { pkg_postrm() { gnome2_icon_cache_update + xdg_desktop_database_update } -- 2.26.2