diff options
author | Rémi Cardona <remi@gentoo.org> | 2008-03-22 10:19:05 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2008-03-22 10:19:05 +0000 |
commit | 2ae801696c1f72cf5f2cc4104e7be16bd50f3311 (patch) | |
tree | 12af5bb466c2e84407ac8e0d6ab5cc3fb8bb0b26 /eclass/gnome2-utils.eclass | |
parent | Stable on ppc wrt bug 209100 (diff) | |
download | gentoo-2-2ae801696c1f72cf5f2cc4104e7be16bd50f3311.tar.gz gentoo-2-2ae801696c1f72cf5f2cc4104e7be16bd50f3311.tar.bz2 gentoo-2-2ae801696c1f72cf5f2cc4104e7be16bd50f3311.zip |
gnome2-utils.eclass: change function name to match gnome2_icon_update_cache
Diffstat (limited to 'eclass/gnome2-utils.eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index b72f0f1a925d..3127e3c4590b 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.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/gnome2-utils.eclass,v 1.8 2008/03/22 09:37:44 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2-utils.eclass,v 1.9 2008/03/22 10:19:05 remi Exp $ # # gnome2-utils.eclass @@ -112,7 +112,8 @@ gnome2_gconf_uninstall() { # Find the icons that are about to be installed and save their location # in the GNOME2_ECLASS_ICONS environment variable -gnome2_icons_savelist() { +# That function should be called from pkg_preinst +gnome2_icon_savelist() { pushd "${D}" &> /dev/null export GNOME2_ECLASS_ICONS=$(find 'usr/share/icons' -maxdepth 1 -mindepth 1 -type d) popd &> /dev/null |