summaryrefslogtreecommitdiffstats
path: root/games/cutemaze/doinst.sh
diff options
context:
space:
mode:
author LEVAI Daniel2013-12-31 20:36:51 +0100
committer Erik Hanson2013-12-31 20:36:51 +0100
commit634f085fad03b799571df855a38f43fc3edb4fe8 (patch)
tree33126a2bfe6be5d5e2072204ef348a7a21455154 /games/cutemaze/doinst.sh
parent2cab7a2c91a52d3a568784130aaa331da78b3892 (diff)
downloadslackbuilds-634f085fad03b799571df855a38f43fc3edb4fe8.tar.gz
games/cutemaze: Added (top-down maze game)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'games/cutemaze/doinst.sh')
-rw-r--r--games/cutemaze/doinst.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/cutemaze/doinst.sh b/games/cutemaze/doinst.sh
new file mode 100644
index 0000000000..1f8ff67ded
--- /dev/null
+++ b/games/cutemaze/doinst.sh
@@ -0,0 +1,10 @@
+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
+