diff options
author | 2011-01-30 18:58:56 +0000 | |
---|---|---|
committer | 2011-01-30 18:58:56 +0000 | |
commit | 99e7f8f07d9a12e50bd726c5e198e3070807c191 (patch) | |
tree | d7558adcc3e967666a5a48e44bc6a009bebccde9 /eclass | |
parent | alpha/arm/ia64/sparc stable wrt #348987 (diff) | |
download | historical-99e7f8f07d9a12e50bd726c5e198e3070807c191.tar.gz historical-99e7f8f07d9a12e50bd726c5e198e3070807c191.tar.bz2 historical-99e7f8f07d9a12e50bd726c5e198e3070807c191.zip |
Wipe it even more
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce4.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index 8b2da2a0a831..cd7bff133973 100644 --- a/eclass/xfce4.eclass +++ b/eclass/xfce4.eclass @@ -1,15 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.33 2009/11/30 04:19:36 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.34 2011/01/30 18:58:56 ssuominen Exp $ # @DEAD # To be removed on 2011/09/30. ewarn "Please fix your package (${CATEGORY}/${PF}) to not use ${ECLASS}.eclass" xfce4_pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - gnome2_icon_cache_update + : } EXPORT_FUNCTIONS pkg_postrm |