summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-03-29 16:22:02 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-03-30 13:45:08 +0200
commitb93413e90f4cfd794bb6952e9f03748a78d1958f (patch)
treeeb554438e17910389e7d765bd9a61f71c8a42e19 /www-client
parentwww-client/firefox-bin: disable Normandy service by default (diff)
downloadgentoo-b93413e90f4cfd794bb6952e9f03748a78d1958f.tar.gz
gentoo-b93413e90f4cfd794bb6952e9f03748a78d1958f.tar.bz2
gentoo-b93413e90f4cfd794bb6952e9f03748a78d1958f.zip
www-client/firefox-bin: call xdg_desktop_database_update in pkg_postrm
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild1
-rw-r--r--www-client/firefox-bin/firefox-bin-74.0-r1.ebuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild b/www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild
index ebcea91ab14e..8f5b290c0f55 100644
--- a/www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild
+++ b/www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild
@@ -226,5 +226,6 @@ pkg_postinst() {
}
pkg_postrm() {
+ xdg_desktop_database_update
xdg_icon_cache_update
}
diff --git a/www-client/firefox-bin/firefox-bin-74.0-r1.ebuild b/www-client/firefox-bin/firefox-bin-74.0-r1.ebuild
index cb0124280426..7a2f9bb5b873 100644
--- a/www-client/firefox-bin/firefox-bin-74.0-r1.ebuild
+++ b/www-client/firefox-bin/firefox-bin-74.0-r1.ebuild
@@ -242,5 +242,6 @@ pkg_postinst() {
}
pkg_postrm() {
+ xdg_desktop_database_update
xdg_icon_cache_update
}