aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/mozilla-scm.eclass')
-rw-r--r--eclass/mozilla-scm.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozilla-scm.eclass b/eclass/mozilla-scm.eclass
index b11870b..19ddd45 100644
--- a/eclass/mozilla-scm.eclass
+++ b/eclass/mozilla-scm.eclass
@@ -40,7 +40,6 @@ case "${PN}" in
MOZ_APPLICATION=mail
;;
esac
-${IS_LIXBUL} || inherit fdo-mime
EXPORT_FUNCTIONS pkg_setup src_unpack src_configure src_install pkg_postinst
@@ -223,6 +222,7 @@ function mozilla-scm_pkg_postinst {
ewarn "any package that fails to build warrants a bug report."
einfo "You should build xulrunner first to update the mercurial repository"
+ inherit fdo-mime
# Update mimedb for the new .desktop file
fdo-mime_desktop_database_update
fi