diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2017-11-05 10:40:26 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-11-05 10:40:26 +0000 |
commit | 4986a5cd793a76bda284ae1f4dc878a380356e42 (patch) | |
tree | 2c5f31fdd1699fdc43fd5106c38b037c92bca176 /games/planetblupi/doinst.sh | |
parent | 3b57c2b5b400c5210db6cb205700fe509f319053 (diff) |
games/planetblupi: Updated for version 1.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/planetblupi/doinst.sh')
-rw-r--r-- | games/planetblupi/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/planetblupi/doinst.sh b/games/planetblupi/doinst.sh index 4110f5514d7ca..65c7e2eeb9aa5 100644 --- a/games/planetblupi/doinst.sh +++ b/games/planetblupi/doinst.sh @@ -1,3 +1,7 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then if [ -x /usr/bin/gtk-update-icon-cache ]; then /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 |