diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-10-16 21:50:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-18 07:50:31 +0700 |
commit | 581d8490d19fe10273ec5df2581635b0af2f19d5 (patch) | |
tree | b00ae99473d136929ab56c5adc79910d35ce3655 /games/widelands/doinst.sh | |
parent | 3b165a7074355c747b63c4df89a7091cfcbc9730 (diff) | |
download | slackbuilds-581d8490d19fe10273ec5df2581635b0af2f19d5.tar.gz |
games/widelands: Updated for version 1.0
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/widelands/doinst.sh')
-rw-r--r-- | games/widelands/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/games/widelands/doinst.sh b/games/widelands/doinst.sh index 3857649f50..11813c3101 100644 --- a/games/widelands/doinst.sh +++ b/games/widelands/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 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 |