slackbuilds_ponce/games/tint/doinst.sh
Alexander Verbovetsky 32ff5f5313
games/tint: Added (tetris clone for the terminal)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-07-09 10:06:05 +07:00

7 lines
233 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