slackbuilds_ponce/games/tome4/doinst.sh
Dimitris Zlatanidis 3fb009d90e games/tome4: Added (Tales of Maj’Eyal - RPG game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-03-21 13:01:20 -05:00

5 lines
189 B
Bash

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