From: Thomas Deutschmann Date: Thu, 27 Sep 2018 22:17:01 +0000 (+0200) Subject: www-client/firefox: call xdg_desktop_database_update during pkg_postrm X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8cca996eb349f47570b0ab4e24330afe1c87b899;p=gentoo.git 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 --- 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 }