diff options
author | B. Watson <yalhcru@gmail.com> | 2017-04-11 01:16:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:51 +0700 |
commit | 00c5eb688cb1a243bed90fd54bce33f5204f1f97 (patch) | |
tree | c8cfe54a861ce836107c20e2fc2f34fb5d857822 /games/cosmic_assault/doinst.sh | |
parent | 971d9e6fb580c3de9e90d19da2f76bbe151d97fd (diff) |
games/cosmic_assault: Added (retro 2D space shooter game).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/cosmic_assault/doinst.sh')
-rw-r--r-- | games/cosmic_assault/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/cosmic_assault/doinst.sh b/games/cosmic_assault/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/cosmic_assault/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 |