summarylogtreecommitdiffstats
path: root/nxengine.install
blob: 31d6b549bcf9ce03639ba63dc35200e9fecceb05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

post_install() {
  echo "To be able to save files without elevated rights, a jail folder (~/.nxengine) is"
  echo "used. Therefore, you do not have to delete Doukutsu.exe after the first run."
}

post_upgrade() {
  post_install
}

post_remove() {
  echo "You may safely delete the '~/.nxengine' directory containing the config/save"
  echo "and extracted data files, if you do not want to preserve them."
}