summarylogtreecommitdiffstats
path: root/gog-crypt-of-the-necrodancer.install
blob: 744f0da5ccac567211935f696be5ee13af85f149 (plain)
1
2
3
4
5
6
7
8
9
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
  echo "==> The save is located in /opt/gog/crypt-of-the-necrodancer/game/data/"
}