summaryrefslogtreecommitdiffstats
path: root/games/cuyo/doinst.sh
diff options
context:
space:
mode:
author Larry Hajali <larryhaja[at]gmail[dot]com>2012-04-02 14:58:50 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-04-02 17:11:39 -0500
commit7a11ed90cf4cdda598f0c49f44f238e7a5bf5fc6 (patch)
treef90022ec5f3f56081eae60022513254ca91fe469 /games/cuyo/doinst.sh
parent5a88a149d5ade057750692bc888525fe605639ea (diff)
downloadslackbuilds-7a11ed90cf4cdda598f0c49f44f238e7a5bf5fc6.tar.gz
slackbuilds-7a11ed90cf4cdda598f0c49f44f238e7a5bf5fc6.tar.xz
games/cuyo: Updated for version 2.0.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'games/cuyo/doinst.sh')
-rw-r--r--games/cuyo/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/cuyo/doinst.sh b/games/cuyo/doinst.sh
index 5fb28930db..3e5691a052 100644
--- a/games/cuyo/doinst.sh
+++ b/games/cuyo/doinst.sh
@@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi