summarylogtreecommitdiffstats
path: root/gog-crypt-of-the-necrodancer.install
blob: 8de5df7a67c0bce229f1c6ce45232b67f81b044c (plain)
1
2
3
4
5
6
7
8
9
10
11
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
  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/"
}