summaryrefslogtreecommitdiffstats
path: root/games/eduke32/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/eduke32/doinst.sh')
-rw-r--r--games/eduke32/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/eduke32/doinst.sh b/games/eduke32/doinst.sh
index 59eb079d15..eff4bc5182 100644
--- a/games/eduke32/doinst.sh
+++ b/games/eduke32/doinst.sh
@@ -1,3 +1,9 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications 2>/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