diff options
author | B. Watson <yalhcru@gmail.com> | 2014-04-13 10:01:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-13 10:01:02 +0700 |
commit | 65b4e97d41f5293ab3be2909b3c6bf17e80300fe (patch) | |
tree | 82b95699c7e2d0c366ccd525c4f41fc08ff8e739 /games/mari0/doinst.sh | |
parent | 5b69a1b1f99cc6cbe36d8259ffe62c331a522c3e (diff) |
games/mari0: Added (platform game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mari0/doinst.sh')
-rw-r--r-- | games/mari0/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/mari0/doinst.sh b/games/mari0/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/mari0/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 |