diff options
author | B. Watson <yalhcru@gmail.com> | 2014-04-24 07:41:41 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-04-27 12:18:15 -0500 |
commit | fa41984cd887f952de602ce61e4d87f549e80d09 (patch) | |
tree | 3e6bd72b3a673305d0eff13b5037b67490c53eb8 /games/cosmosmash/doinst.sh | |
parent | 34d26218ad508b92d8c10836f78377d84e935293 (diff) | |
download | slackbuilds-fa41984cd887f952de602ce61e4d87f549e80d09.tar.gz |
games/cosmosmash: Added (2D shooting game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/cosmosmash/doinst.sh')
-rw-r--r-- | games/cosmosmash/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/cosmosmash/doinst.sh b/games/cosmosmash/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/cosmosmash/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 |