diff options
author | B. Watson <yalhcru@gmail.com> | 2014-05-01 09:09:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-01 09:13:28 +0700 |
commit | 6720f1bb30a6c415622597577235541d0e2745cc (patch) | |
tree | 2c681cb12a6e808214af3b87249c2df6ade8bc1c /games/yar/doinst.sh | |
parent | 31e55e02098cefc3a767e318a1c1b5c396aebbe0 (diff) | |
download | slackbuilds-6720f1bb30a6c415622597577235541d0e2745cc.tar.gz |
games/yar: Added (2d shooting game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/yar/doinst.sh')
-rw-r--r-- | games/yar/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/yar/doinst.sh b/games/yar/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/yar/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 |