summaryrefslogtreecommitdiffstats
path: root/games/galaxyv2/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-03-07 12:02:23 +0100
committer Willy Sudiarto Raharjo2014-03-07 12:02:23 +0100
commitc4e79713430c3587e175355f88beb219044c825f (patch)
tree8f8042322c4a8843740156665d2575e07e49d87d /games/galaxyv2/doinst.sh
parent691fc39fbd4349c73917d5fd39cc796b4a4c5735 (diff)
downloadslackbuilds-c4e79713430c3587e175355f88beb219044c825f.tar.gz
games/galaxyv2: Added (2D network game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/galaxyv2/doinst.sh')
-rw-r--r--games/galaxyv2/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/galaxyv2/doinst.sh b/games/galaxyv2/doinst.sh
new file mode 100644
index 0000000000..408d5f51bd
--- /dev/null
+++ b/games/galaxyv2/doinst.sh
@@ -0,0 +1,4 @@
+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