4 echo "Add user to the games group: \`gpasswd -a USER games' and relogin"
5 echo "Start the game with: \`$_pkgname-start'"
6 gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
10 echo "Users are now required to join games group: \`gpasswd -a USER games' and relogin"
11 if [[ -d /var/lib/$_pkgname ]]; then
12 echo "Saved game-data should be moved to \`/var/games/$_pkgname'"
14 gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
18 if [[ -d /var/games/$_pkgname ]];then
19 echo -e "Saved game-data has not been deleted: \`/var/games/$_pkgname'"
21 gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor