summaryrefslogtreecommitdiffstats
path: root/games/solarus-quest-editor/doinst.sh
diff options
context:
space:
mode:
author Hunter Sezen2016-10-24 12:18:36 +0200
committer Willy Sudiarto Raharjo2016-10-24 12:18:36 +0200
commit02aae883f68f8cbf0ebc1b9522e29f4ee84ab40e (patch)
treec7997496365e948b88b1746c27576a334443f3b6 /games/solarus-quest-editor/doinst.sh
parente155a6bb5d1d25fa12b829560092efe71f49be02 (diff)
downloadslackbuilds-02aae883f68f8cbf0ebc1b9522e29f4ee84ab40e.tar.gz
games/solarus-quest-editor: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/solarus-quest-editor/doinst.sh')
-rw-r--r--games/solarus-quest-editor/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/solarus-quest-editor/doinst.sh b/games/solarus-quest-editor/doinst.sh
index 5fb28930db..3e5691a052 100644
--- a/games/solarus-quest-editor/doinst.sh
+++ b/games/solarus-quest-editor/doinst.sh
@@ -1,3 +1,9 @@
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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi