summarylogtreecommitdiffstats
path: root/gog-crypt-of-the-necrodancer.install
blob: 4e2c18d32a96780d3945ee743648511abf6f2b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  touch /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
  touch /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
  touch /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP
  mkdir /opt/gog/crypt-of-the-necrodancer/game/replays/
  mkdir /opt/gog/crypt-of-the-necrodancer/game/logs/
  chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
  chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
  chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP
  chmod 666 /opt/gog/crypt-of-the-necrodancer/game/replays/
  chmod 666 /opt/gog/crypt-of-the-necrodancer/game/logs/
  echo "==> The save is located in /opt/gog/crypt-of-the-necrodancer/game/data/"
}