Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/
Date: Mon, 30 Mar 2020 11:46:14
Message-Id: 1585568708.b93413e90f4cfd794bb6952e9f03748a78d1958f.whissi@gentoo
1 commit: b93413e90f4cfd794bb6952e9f03748a78d1958f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 14:22:02 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 11:45:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93413e9
7
8 www-client/firefox-bin: call xdg_desktop_database_update in pkg_postrm
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild | 1 +
13 www-client/firefox-bin/firefox-bin-74.0-r1.ebuild | 1 +
14 2 files changed, 2 insertions(+)
15
16 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
17 index ebcea91ab14..8f5b290c0f5 100644
18 --- a/www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild
19 +++ b/www-client/firefox-bin/firefox-bin-68.6.0-r1.ebuild
20 @@ -226,5 +226,6 @@ pkg_postinst() {
21 }
22
23 pkg_postrm() {
24 + xdg_desktop_database_update
25 xdg_icon_cache_update
26 }
27
28 diff --git a/www-client/firefox-bin/firefox-bin-74.0-r1.ebuild b/www-client/firefox-bin/firefox-bin-74.0-r1.ebuild
29 index cb012428042..7a2f9bb5b87 100644
30 --- a/www-client/firefox-bin/firefox-bin-74.0-r1.ebuild
31 +++ b/www-client/firefox-bin/firefox-bin-74.0-r1.ebuild
32 @@ -242,5 +242,6 @@ pkg_postinst() {
33 }
34
35 pkg_postrm() {
36 + xdg_desktop_database_update
37 xdg_icon_cache_update
38 }