diff options
author | David Melik <dchmelik@gmail.com> | 2012-12-17 07:43:31 +0100 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-12-17 07:43:56 +0100 |
commit | 528caab66f31c8e9960d0c6494736c83c431716c (patch) | |
tree | 80022fd9853f5b7c65bc325cac66401aebf3dfc5 /games/stone_soup/doinst.sh | |
parent | 0544f3989f61b7f5293ab7a6142ea7f1ff548cc5 (diff) |
games/stone_soup: Updated for version 0.11.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/stone_soup/doinst.sh')
-rw-r--r-- | games/stone_soup/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/stone_soup/doinst.sh b/games/stone_soup/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/games/stone_soup/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 |