summarylogtreecommitdiffstats
path: root/voidsw-git.install
blob: 89cb996e94c3814d883447496134cd0c5ac3faca (plain)
1
2
3
4
5
6
7
8
9

post_install() {
  echo "==> Remember you need 'Shadow Warrior' data files to play. You can put them under"
  echo "==> '/usr/share/games/voidsw/' for all users or '~/.config/voidsw' for yourself."
}

post_upgrade() {
  post_install
}