summaryrefslogtreecommitdiff
path: root/games/retux/doinst.sh
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2017-04-12 11:23:54 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-13 07:27:51 +0700
commit3a1e264aaf2f1e24744946f194904d71742855e1 (patch)
treef98a794d61124a54bb1b0d2074848626e76cbcde /games/retux/doinst.sh
parent35b4fb6e2625a7263b94ac892e2d47b37955bf9a (diff)
downloadslackbuilds-3a1e264aaf2f1e24744946f194904d71742855e1.tar.gz
games/retux: Added (2d platform game).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/retux/doinst.sh')
-rw-r--r--games/retux/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/retux/doinst.sh b/games/retux/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/games/retux/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