commit: b93413e90f4cfd794bb6952e9f03748a78d1958f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 14:22:02 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 11:45:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93413e9
www-client/firefox-bin: call xdg_desktop_database_update in pkg_postrm
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild | 1 +
www-client/firefox-bin/firefox-bin-74.0-r1.ebuild | 1 +
2 files changed, 2 insertions(+)
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 ebcea91ab14..8f5b290c0f5 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 cb012428042..7a2f9bb5b87 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
}