diff options
Diffstat (limited to 'eclass/fdo-mime.eclass')
-rw-r--r-- | eclass/fdo-mime.eclass | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/eclass/fdo-mime.eclass b/eclass/fdo-mime.eclass index 2f60c67de511..03ce98c968aa 100644 --- a/eclass/fdo-mime.eclass +++ b/eclass/fdo-mime.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/fdo-mime.eclass,v 1.1 2004/09/14 12:10:22 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/fdo-mime.eclass,v 1.1.1.1 2005/11/30 09:59:19 chriswhite Exp $ # Author: # foser <foser@gentoo.org> @@ -8,8 +8,6 @@ # utility eclass to update the desktop mime info as laid out in the freedesktop specs & implementations # <references here> -ECLASS="fdo-mime" -INHERITED="$INHERITED $ECLASS" # Updates the desktop database # Generates a list of mimetypes linked to applications that can handle them @@ -18,7 +16,7 @@ fdo-mime_desktop_database_update() { if [ -x ${ROOT}/usr/bin/update-desktop-database ] then - einfo "Updating desktop mime database..." + einfo "Updating desktop mime database ..." update-desktop-database -q /usr/share/applications fi @@ -31,7 +29,7 @@ fdo-mime_mime_database_update() { if [ -x ${ROOT}/usr/bin/update-mime-database ] then - einfo "Updating shared mime info database..." + einfo "Updating shared mime info database ..." update-mime-database /usr/share/mime fi |