diff options
author | B. Watson <yalhcru@gmail.com> | 2014-05-19 10:20:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-19 11:01:58 +0700 |
commit | 6da9ccf9f52d8076195278f71a534b04ae50f965 (patch) | |
tree | 7094f7431343114be9583800862868d707452d90 /games/solarwolf/doinst.sh | |
parent | 26049c64b420c53cb656771c84d38cf28cb836ca (diff) |
games/solarwolf: Added (2d arcade game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/solarwolf/doinst.sh')
-rw-r--r-- | games/solarwolf/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/solarwolf/doinst.sh b/games/solarwolf/doinst.sh new file mode 100644 index 000000000000..5fb28930db0b --- /dev/null +++ b/games/solarwolf/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 |