diff options
author | Remi Cardona <remi@gentoo.org> | 2008-03-22 09:37:44 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2008-03-22 09:37:44 +0000 |
commit | 8ce95e9c25eb45d6c7703bbf2e708566717520b7 (patch) | |
tree | 129dd847ecca4c3bc7be6e5d9857315114aef598 /eclass/xfce44.eclass | |
parent | amd64 stable wrt #213283 (diff) | |
download | historical-8ce95e9c25eb45d6c7703bbf2e708566717520b7.tar.gz historical-8ce95e9c25eb45d6c7703bbf2e708566717520b7.tar.bz2 historical-8ce95e9c25eb45d6c7703bbf2e708566717520b7.zip |
fix gnome2 and xfce44 eclasses (see bug #155993)
Diffstat (limited to 'eclass/xfce44.eclass')
-rw-r--r-- | eclass/xfce44.eclass | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/xfce44.eclass b/eclass/xfce44.eclass index 52cc38894ad1..5757e97eb3da 100644 --- a/eclass/xfce44.eclass +++ b/eclass/xfce44.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.20 2007/05/24 19:05:21 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce44.eclass,v 1.21 2008/03/22 09:37:44 remi Exp $ # Xfce44 Eclass # @@ -145,6 +145,10 @@ xfce44_src_install() { ${INSTALL} ${JOBS} || die } +xfce44_pkg_preinst() { + gnome2_icons_savelist +} + xfce44_pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update @@ -157,4 +161,4 @@ xfce44_pkg_postrm() { gnome2_icon_cache_update } -EXPORT_FUNCTIONS src_compile src_install pkg_postinst pkg_postrm +EXPORT_FUNCTIONS src_compile src_install pkg_preinst pkg_postinst pkg_postrm |