slackbuilds_ponce/games/tint/doinst.sh
B. Watson 77ad1035c4
games/tint: New maintainer, fixes.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-10-12 11:34:43 +07:00

13 lines
423 B
Bash

touch var/games/tint.scores
chown root:games var/games/tint.scores
chmod 0664 var/games/tint.scores
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