mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
32ff5f5313
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
233 B
Bash
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
|