diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-10-24 17:18:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-24 17:18:36 +0700 |
commit | 02aae883f68f8cbf0ebc1b9522e29f4ee84ab40e (patch) | |
tree | c7997496365e948b88b1746c27576a334443f3b6 /games/solarus-quest-editor/doinst.sh | |
parent | e155a6bb5d1d25fa12b829560092efe71f49be02 (diff) | |
download | slackbuilds-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.sh | 6 |
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 |