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