summaryrefslogtreecommitdiffstats
path: root/games/cgames/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-04-16 18:41:58 +0200
committer Willy Sudiarto Raharjo2015-04-16 19:38:49 +0200
commit2d493116923c5952d2fef845dd79f2bbc2e2f6ad (patch)
treea806785e6908a1eaefc60efe2ccb0cac300d9703 /games/cgames/doinst.sh
parent4e29294aa3010cdbb50e8dbd5586def54467af73 (diff)
downloadslackbuilds-2d493116923c5952d2fef845dd79f2bbc2e2f6ad.tar.gz
games/cgames: Added (Games for the Linux Console).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/cgames/doinst.sh')
-rw-r--r--games/cgames/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/cgames/doinst.sh b/games/cgames/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/games/cgames/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi