diff options
author | Joe McCann <joem@gentoo.org> | 2005-04-04 19:50:15 +0000 |
---|---|---|
committer | Joe McCann <joem@gentoo.org> | 2005-04-04 19:50:15 +0000 |
commit | 538ce9044cdea399dd836ad4e03a7bc145d43dd3 (patch) | |
tree | 02e1f49932a3278b85b25f456a84d5f60e9cb2bd /x11-themes | |
parent | Add gtk-update-icon-cache to postinst so we can create a cache and load icons... (diff) | |
download | historical-538ce9044cdea399dd836ad4e03a7bc145d43dd3.tar.gz historical-538ce9044cdea399dd836ad4e03a7bc145d43dd3.tar.bz2 historical-538ce9044cdea399dd836ad4e03a7bc145d43dd3.zip |
fix typo
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-2.10.0.ebuild | 7 |
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 } |