3 # - configuration files
4 if [ ! -d /opt/sokobano/res/config ]; then
5 mv /opt/sokobano/res/config.new /opt/sokobano/res/config
7 rm -r /opt/sokobano/res/config.new
9 if [ ! -d /opt/sokobano/res/player ]; then
10 mv /opt/sokobano/res/player.new /opt/sokobano/res/player
12 rm -r /opt/sokobano/res/player.new
15 if [ ! -e /opt/sokobano/res/levelSet/0/highScores.xml ]; then
17 mv -T /opt/sokobano/res/levelSet/$_i/highScores.xml.new /opt/sokobano/res/levelSet/$_i/highScores.xml
20 rm -r /opt/sokobano/res/levelSet/*/highScores.xml.new
23 -------------------------------
24 In order to play Sokobano, add your user to the 'games' group.
25 # gpasswd -a USERNAME games
26 Remember to logout and log back in for the changes to take effect.
27 -------------------------------
31 # Remove useless files and directories
32 rm -r /opt/sokobano/res/{config.new,player.new}
33 rm /opt/sokobano/res/levelSet/*/highScores.xml.new