summaryrefslogtreecommitdiff
path: root/games/redeclipse/doinst.sh
diff options
context:
space:
mode:
authorErik Falor <ewfalor@gmail.com>2012-12-26 12:39:40 +0100
committerMatteo Bernardini <ponce@slackbuilds.org>2012-12-26 21:36:48 +0100
commit0353790ff95c3dd4649f3468273fa58205a57891 (patch)
treed59b7ddc345342c77a45c89a5dc48d9dcc7de5d9 /games/redeclipse/doinst.sh
parent1286dd9529c3a3ede9e368e79cc339561ada5446 (diff)
downloadslackbuilds-0353790ff95c3dd4649f3468273fa58205a57891.tar.gz
games/redeclipse: Added (Fast-paced futuristic FPS).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/redeclipse/doinst.sh')
-rw-r--r--games/redeclipse/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/redeclipse/doinst.sh b/games/redeclipse/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/games/redeclipse/doinst.sh
@@ -0,0 +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