summaryrefslogtreecommitdiffstats
path: root/games/icebreaker/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/icebreaker/doinst.sh')
-rw-r--r--games/icebreaker/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/icebreaker/doinst.sh b/games/icebreaker/doinst.sh
index 3857649f50..11813c3101 100644
--- a/games/icebreaker/doinst.sh
+++ b/games/icebreaker/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