diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2017-10-14 14:35:42 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-10-14 14:47:01 +0100 |
commit | dca9db2da421b5c07bcc617f66cc1cc8c863cf4a (patch) | |
tree | 12e7579c092a4035d2a4d7460e6796513a52c61d /games/planetblupi/doinst.sh | |
parent | d26667dd4c0de3053725522f0eb40ecccf10afab (diff) | |
download | slackbuilds-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.sh | 5 |
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 |