www-client/firefox-bin: call xdg_desktop_database_update in pkg_postrm
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 29 Mar 2020 14:22:02 +0000 (16:22 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 30 Mar 2020 11:45:08 +0000 (13:45 +0200)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild
www-client/firefox-bin/firefox-bin-74.0-r1.ebuild

index ebcea91ab14ee45ae0e2a3b28c17400d571bf4f2..8f5b290c0f5534b32bcad8f6c984420a3d8ca3e3 100644 (file)
@@ -226,5 +226,6 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
+       xdg_desktop_database_update
        xdg_icon_cache_update
 }
index cb0124280426936585625c4a9abb999dd30928c7..7a2f9bb5b873a1420ee014af2775e649375761fd 100644 (file)
@@ -242,5 +242,6 @@ pkg_postinst() {
 }
 
 pkg_postrm() {
+       xdg_desktop_database_update
        xdg_icon_cache_update
 }