summaryrefslogtreecommitdiffstats
path: root/games/planetblupi/doinst.sh
diff options
context:
space:
mode:
author Yth - Arnaud2017-10-14 15:35:42 +0200
committer David Spencer2017-10-14 15:47:01 +0200
commitdca9db2da421b5c07bcc617f66cc1cc8c863cf4a (patch)
tree12e7579c092a4035d2a4d7460e6796513a52c61d /games/planetblupi/doinst.sh
parentd26667dd4c0de3053725522f0eb40ecccf10afab (diff)
downloadslackbuilds-dca9db2da421b5c07bcc617f66cc1cc8c863cf4a.tar.gz
games/planetblupi: Added (port of Epsitec SA 1997).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/planetblupi/doinst.sh')
-rw-r--r--games/planetblupi/doinst.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/games/planetblupi/doinst.sh b/games/planetblupi/doinst.sh
new file mode 100644
index 0000000000..4110f5514d
--- /dev/null
+++ b/games/planetblupi/doinst.sh
@@ -0,0 +1,5 @@
+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 -f usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi