diff options
author | B. Watson <yalhcru@gmail.com> | 2017-04-12 11:23:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:51 +0700 |
commit | 3a1e264aaf2f1e24744946f194904d71742855e1 (patch) | |
tree | f98a794d61124a54bb1b0d2074848626e76cbcde /games/retux/doinst.sh | |
parent | 35b4fb6e2625a7263b94ac892e2d47b37955bf9a (diff) | |
download | slackbuilds-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.sh | 3 |
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 |