diff options
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 |
commit | fcb0c9481656901cc0bbae5d7a46ecf9c19c7aea (patch) | |
tree | bed1807a3ba9d9b9ef6c39625f92b99081a04a25 /games/tong/doinst.sh | |
parent | 8cdd915b7412de3c4241069de04d91a107d2599e (diff) |
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.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/tong/doinst.sh b/games/tong/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /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 |