summaryrefslogtreecommitdiffstats
path: root/games/pioneer/doinst.sh
diff options
context:
space:
mode:
author Hunter Sezen2015-12-17 02:35:30 +0100
committer Willy Sudiarto Raharjo2015-12-18 03:19:32 +0100
commit2f558fa673d866883186e554ebd0654b89fd50ca (patch)
treef59e5239e8535e2507bbcad67008bf58d4a1129c /games/pioneer/doinst.sh
parentd0e905ef1298c2c1567cfbe7f7f10e3cdb143932 (diff)
downloadslackbuilds-2f558fa673d866883186e554ebd0654b89fd50ca.tar.gz
games/pioneer: Updated for version 20151214.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/pioneer/doinst.sh')
-rw-r--r--games/pioneer/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/pioneer/doinst.sh b/games/pioneer/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/games/pioneer/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