summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe McCann <joem@gentoo.org>2005-04-04 19:50:15 +0000
committerJoe McCann <joem@gentoo.org>2005-04-04 19:50:15 +0000
commitfbd595f95f67df55af1d9cf457f10113262fb9a0 (patch)
treec084cf8cbc1030914240e8624ecc1b1e1b7443db /x11-themes/gnome-icon-theme
parentAdd gtk-update-icon-cache to postinst so we can create a cache and load icons... (diff)
downloadgentoo-2-fbd595f95f67df55af1d9cf457f10113262fb9a0.tar.gz
gentoo-2-fbd595f95f67df55af1d9cf457f10113262fb9a0.tar.bz2
gentoo-2-fbd595f95f67df55af1d9cf457f10113262fb9a0.zip
fix typo
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-themes/gnome-icon-theme')
-rw-r--r--x11-themes/gnome-icon-theme/gnome-icon-theme-2.10.0.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.10.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.10.0.ebuild
index f6a26ebaf5e7..8c39ebb15c4c 100644
--- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.10.0.ebuild
+++ b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.10.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.10.0.ebuild,v 1.2 2005/04/04 19:25:24 joem Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.10.0.ebuild,v 1.3 2005/04/04 19:50:15 joem Exp $
inherit gnome2
@@ -23,8 +23,7 @@ USE_DESTDIR="1"
pkg_postinst() {
einfo "Updating icon cache"
- gtk-update-icon-cache -qf \
- /usr/share/icons/gnome \
- /usr/share/icons/hicolor
+ gtk-update-icon-cache -qf /usr/share/icons/gnome
+ gtk-update-icon-cache -qf /usr/share/icons/hicolor
}