summaryrefslogtreecommitdiffstats
path: root/games/o2em/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'games/o2em/doinst.sh')
-rw-r--r--games/o2em/doinst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/games/o2em/doinst.sh b/games/o2em/doinst.sh
new file mode 100644
index 0000000000..30eb690936
--- /dev/null
+++ b/games/o2em/doinst.sh
@@ -0,0 +1,6 @@
+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
+