summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-09-28 00:17:01 +0200
committerThomas Deutschmann <whissi@gentoo.org>2018-09-28 00:17:34 +0200
commit8cca996eb349f47570b0ab4e24330afe1c87b899 (patch)
tree84742cf3ce9f38bdfd35c46feae51222501662ab /www-client
parentgnustep-libs/sqlclient: update mysql dependency (diff)
downloadgentoo-8cca996eb349f47570b0ab4e24330afe1c87b899.tar.gz
gentoo-8cca996eb349f47570b0ab4e24330afe1c87b899.tar.bz2
gentoo-8cca996eb349f47570b0ab4e24330afe1c87b899.zip
www-client/firefox: call xdg_desktop_database_update during pkg_postrm
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox/firefox-60.2.1-r1.ebuild4
-rw-r--r--www-client/firefox/firefox-62.0.2.ebuild4
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
}