1 ## arg 1: the new package version
3 echo "Make sure to add your user to the games group to play dwarffortress"
7 ## arg 1: the new package version
8 ## arg 2: the old package version
10 # Make sure that permissions are correct
11 chown -R root:games /opt/df_linux/data
12 find /opt/df_linux/data/save -type d -exec chmod 775 {} + &
13 find /opt/df_linux/data/save -type f -exec chmod 664 {} + &
16 # vim:set ts=2 sw=2 et: