diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-08 14:33:43 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-08-08 14:33:43 +0200 |
commit | 87944ce975ecddd6e0316cae2f700d914da2660c (patch) | |
tree | d2b7d00d9e6a8bbcf841fbd071dcf058375ff94d /www-client/seamonkey-bin | |
parent | mail-client/thunderbird-bin: Replace fdo-mime with xdg-utils. (diff) | |
download | gentoo-87944ce975ecddd6e0316cae2f700d914da2660c.tar.gz gentoo-87944ce975ecddd6e0316cae2f700d914da2660c.tar.bz2 gentoo-87944ce975ecddd6e0316cae2f700d914da2660c.zip |
www-client/seamonkey-bin: Replace fdo-mime with xdg-utils.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-client/seamonkey-bin')
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild index 3afb559231d0..67375ce49a58 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.48.ebuild @@ -21,7 +21,7 @@ MOZ_LANGPACK_SUFFIX=".langpack.xpi" MOZ_HTTP_URI="http://archive.mozilla.org/pub/mozilla.org/${MOZ_PN}/releases" -inherit eutils multilib mozextension pax-utils nsplugins fdo-mime gnome2-utils mozlinguas-v2 +inherit eutils multilib mozextension pax-utils nsplugins xdg-utils gnome2-utils mozlinguas-v2 DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" SRC_URI="${SRC_URI} @@ -131,7 +131,7 @@ pkg_preinst() { pkg_postinst() { # Update mimedb for the new .desktop file - fdo-mime_desktop_database_update + xdg_desktop_database_update gnome2_icon_cache_update } |