diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-09 15:39:18 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:01 +0700 |
commit | 3d1f3d98b9b134d79c290153c5cb4b767c14f375 (patch) | |
tree | 298937088df642f71e3c7bd6dc9f55048f1cb61b /games/fizmo/doinst.sh | |
parent | 9aaa0ad6949c3418f95b8371963d595a3274b1cf (diff) |
games/fizmo: Updated for version 0.8.5_b1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/fizmo/doinst.sh')
-rw-r--r-- | games/fizmo/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/fizmo/doinst.sh b/games/fizmo/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/fizmo/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 |