updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / dwarffortress-mayday / dwarffortress-mayday.install
blob11ae453a77cb798af0bb2325dec58e51b78d2a26
1 ## arg 1:  the new package version
2 post_install() {
3   echo "Make sure to add your user to the games group to play dwarffortress"
4   post_upgrade $1 0
7 ## arg 1:  the new package version
8 ## arg 2:  the old package version
9 post_upgrade() {
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: