Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=d81f767fdffde4f4cadea29f543757aec6c481da
commit d81f767fdffde4f4cadea29f543757aec6c481da Author: bouleetbil <[email protected]> Date: Thu Apr 7 21:32:18 2011 +0200 gnome-icon-theme-3.0.0-2-x86_64 *update gtk icons cache as well diff --git a/source/gnome/gnome-icon-theme/FrugalBuild b/source/gnome/gnome-icon-theme/FrugalBuild index ce65085..07eebfc 100644 --- a/source/gnome/gnome-icon-theme/FrugalBuild +++ b/source/gnome/gnome-icon-theme/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gnome-icon-theme pkgver=3.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Default icon theme for GNOME" url="http://www.gnome.org/" depends=('hicolor-icon-theme' 'gdk-pixbuf2') diff --git a/source/gnome/gnome-icon-theme/gnome-icon-theme.install b/source/gnome/gnome-icon-theme/gnome-icon-theme.install new file mode 100644 index 0000000..5c15dd6 --- /dev/null +++ b/source/gnome/gnome-icon-theme/gnome-icon-theme.install @@ -0,0 +1,21 @@ +post_install() +{ + gtk-update-icon-cache /usr/share/icons/gnome/ +} + +post_upgrade() +{ + gtk-update-icon-cache /usr/share/icons/gnome/ +} + +post_remove() +{ + gtk-update-icon-cache /usr/share/icons/gnome/ +} + +op=$1 +shift + +$op $* + +# vim: ft=sh _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
