aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2017-08-08 14:30:12 +0200
committerLars Wendler <polynomial-c@gentoo.org>2017-08-08 14:30:12 +0200
commitdacfdffd561fc3c60047df3c327f508f4c21d5df (patch)
treefaa0c5ae8218c8c19574b1bab881d5887a2c58a0
parentfirefox: Replace fdo-mime with xdg-utils. (diff)
downloadmozilla-dacfdffd561fc3c60047df3c327f508f4c21d5df.tar.gz
mozilla-dacfdffd561fc3c60047df3c327f508f4c21d5df.tar.bz2
mozilla-dacfdffd561fc3c60047df3c327f508f4c21d5df.zip
thunderbird: Replace fdo-mime with xdg-utils.
-rw-r--r--mail-client/thunderbird/thunderbird-52.2.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail-client/thunderbird/thunderbird-52.2.0.ebuild b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
index 442be8a..194e01b 100644
--- a/mail-client/thunderbird/thunderbird-52.2.0.ebuild
+++ b/mail-client/thunderbird/thunderbird-52.2.0.ebuild
@@ -30,7 +30,7 @@ MOZ_P="${PN}-${MOZ_PV}"
MOZCONFIG_OPTIONAL_GTK2ONLY=1
MOZCONFIG_OPTIONAL_WIFI=1
-inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 fdo-mime gnome2-utils
+inherit flag-o-matic toolchain-funcs mozconfig-v6.52 makeedit autotools pax-utils check-reqs nsplugins mozlinguas-v2 xdg-utils gnome2-utils
DESCRIPTION="Thunderbird Mail Client"
HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
@@ -339,7 +339,7 @@ pkg_preinst() {
}
pkg_postinst() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
elog
@@ -357,6 +357,6 @@ pkg_postinst() {
}
pkg_postrm() {
- fdo-mime_desktop_database_update
+ xdg_desktop_database_update
gnome2_icon_cache_update
}