summaryrefslogtreecommitdiffstats
path: root/games/tong/doinst.sh
diff options
context:
space:
mode:
author Owen Swerkstrom <owenswerk@gmail.com>2012-11-20 23:08:29 +0100
committer dsomero <xgizzmo@slackbuilds.org>2012-11-24 15:36:45 -0500
commitfcb0c9481656901cc0bbae5d7a46ecf9c19c7aea (patch)
treebed1807a3ba9d9b9ef6c39625f92b99081a04a25 /games/tong/doinst.sh
parent8cdd915b7412de3c4241069de04d91a107d2599e (diff)
downloadslackbuilds-fcb0c9481656901cc0bbae5d7a46ecf9c19c7aea.tar.gz
slackbuilds-fcb0c9481656901cc0bbae5d7a46ecf9c19c7aea.tar.xz
games/tong: Added (action game combining tetris and pong).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/tong/doinst.sh')
-rw-r--r--games/tong/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/tong/doinst.sh b/games/tong/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/games/tong/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