From 84fe155e2233db86fcc13134d8802ba1dab0ae83 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 26 Oct 2011 23:15:38 +0000 Subject: Wed Oct 26 23:15:38 UTC 2011 --- community/gitg/gitg.install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'community/gitg/gitg.install') diff --git a/community/gitg/gitg.install b/community/gitg/gitg.install index 787d6085e..7b356a632 100644 --- a/community/gitg/gitg.install +++ b/community/gitg/gitg.install @@ -5,6 +5,7 @@ post_install() { usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } post_upgrade() { @@ -14,4 +15,5 @@ post_upgrade() { post_remove() { usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas update-desktop-database -q + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor } -- cgit v1.2.3-54-g00ecf