slackbuilds_ponce/games/tbftss/doinst.sh
Tim Dickson 6cd785ec13 games/tbftss: Added (The Battle For The Solar System).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-12-29 06:02:19 +07:00

13 lines
407 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
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
if [ -x /usr/bin/kbuildsycoca4 ]; then
/usr/bin/kbuildsycoca4 >/dev/null 2>&1
fi