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/
Date: Thu, 27 Sep 2018 22:23:23
Message-Id: 1538086654.8cca996eb349f47570b0ab4e24330afe1c87b899.whissi@gentoo
1 commit: 8cca996eb349f47570b0ab4e24330afe1c87b899
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 22:17:01 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 22:17:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cca996e
7
8 www-client/firefox: call xdg_desktop_database_update during pkg_postrm
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 www-client/firefox/firefox-60.2.1-r1.ebuild | 4 ++--
14 www-client/firefox/firefox-62.0.2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/www-client/firefox/firefox-60.2.1-r1.ebuild b/www-client/firefox/firefox-60.2.1-r1.ebuild
18 index 142e976023d..1b5bd9fb727 100644
19 --- a/www-client/firefox/firefox-60.2.1-r1.ebuild
20 +++ b/www-client/firefox/firefox-60.2.1-r1.ebuild
21 @@ -383,9 +383,8 @@ pkg_preinst() {
22 }
23
24 pkg_postinst() {
25 - # Update mimedb for the new .desktop file
26 - xdg_desktop_database_update
27 gnome2_icon_cache_update
28 + xdg_desktop_database_update
29
30 if ! use gmp-autoupdate && ! use eme-free ; then
31 elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or"
32 @@ -405,4 +404,5 @@ pkg_postinst() {
33
34 pkg_postrm() {
35 gnome2_icon_cache_update
36 + xdg_desktop_database_update
37 }
38
39 diff --git a/www-client/firefox/firefox-62.0.2.ebuild b/www-client/firefox/firefox-62.0.2.ebuild
40 index 5bfc9143834..75452a757c0 100644
41 --- a/www-client/firefox/firefox-62.0.2.ebuild
42 +++ b/www-client/firefox/firefox-62.0.2.ebuild
43 @@ -580,9 +580,8 @@ pkg_preinst() {
44 }
45
46 pkg_postinst() {
47 - # Update mimedb for the new .desktop file
48 - xdg_desktop_database_update
49 gnome2_icon_cache_update
50 + xdg_desktop_database_update
51
52 if ! use gmp-autoupdate && ! use eme-free ; then
53 elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or"
54 @@ -602,4 +601,5 @@ pkg_postinst() {
55
56 pkg_postrm() {
57 gnome2_icon_cache_update
58 + xdg_desktop_database_update
59 }