diff options
author | B. Watson <yalhcru@gmail.com> | 2014-04-10 12:20:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-10 12:20:48 +0700 |
commit | 2032348abad610cf7ef0b2521044a6732f2344e9 (patch) | |
tree | 1a4061c85d8739c04659199e5e51be3dfbb272d4 /games/syobonaction/doinst.sh | |
parent | acbd1135ba0714f1d0490a389d7ef03f45ba992e (diff) |
games/synobonaction: Added (abstract game, parody of Super Mario).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/syobonaction/doinst.sh')
-rw-r--r-- | games/syobonaction/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/syobonaction/doinst.sh b/games/syobonaction/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/syobonaction/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 |