diff options
author | B. Watson <yalhcru@gmail.com> | 2014-05-01 09:11:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-01 09:13:28 +0700 |
commit | 259b9fe7868740ce67406f0de8690964db9ec35f (patch) | |
tree | 63346b164646dd7e56d1675bd8c36f8b271b9ef6 /games/opentyrian/doinst.sh | |
parent | 6720f1bb30a6c415622597577235541d0e2745cc (diff) | |
download | slackbuilds-259b9fe7868740ce67406f0de8690964db9ec35f.tar.gz |
games/opentyrian: Added (arcade-style vertical scrolling shooter).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/opentyrian/doinst.sh')
-rw-r--r-- | games/opentyrian/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/opentyrian/doinst.sh b/games/opentyrian/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/opentyrian/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 |