diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-03-18 13:25:37 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-03-21 13:01:20 -0500 |
commit | 3fb009d90efc650317c6e37f4c69d1dc0c5ffc92 (patch) | |
tree | 3d5b779e2ff96dfc213546c0c32acc23ffb04a81 /games/tome4/doinst.sh | |
parent | d67bbd2923bb92080e284a6629b284520867cd7a (diff) | |
download | slackbuilds-3fb009d90efc650317c6e37f4c69d1dc0c5ffc92.tar.gz |
games/tome4: Added (Tales of Maj’Eyal - RPG game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/tome4/doinst.sh')
-rw-r--r-- | games/tome4/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/tome4/doinst.sh b/games/tome4/doinst.sh new file mode 100644 index 0000000000..8542d1c18e --- /dev/null +++ b/games/tome4/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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |