summarylogtreecommitdiffstats
path: root/fabother-world.install
blob: 39ae42877d66f2892e42f780d67af9ba285eaf11 (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "You need the original 'Another World'/'Out of this World' data files to play."
  echo "It searches for the 'BANK*' and 'MEMLIST.BIN' files in '~/.config/fabother-world/data' (according to your $XDG_CONFIG_HOME)."
}

post_upgrade() {
  post_install
}