slackbuilds_ponce/games/starfighter/doinst.sh
Tim Dickson f70902d8a9 games/starfighter: Updated for version 1.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-03-11 07:03:43 +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