summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Cardona <remi@gentoo.org>2008-03-22 10:19:05 +0000
committerRemi Cardona <remi@gentoo.org>2008-03-22 10:19:05 +0000
commitfbe5eca96ffb35025a5b061646b1435e97c932e9 (patch)
tree600447e71419a1b55ba8fef1c1531299cc7a3974 /eclass/gnome2-utils.eclass
parentStable on ppc wrt bug 209100 (diff)
downloadhistorical-fbe5eca96ffb35025a5b061646b1435e97c932e9.tar.gz
historical-fbe5eca96ffb35025a5b061646b1435e97c932e9.tar.bz2
historical-fbe5eca96ffb35025a5b061646b1435e97c932e9.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.eclass5
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