summarylogtreecommitdiffstats
path: root/amctc-git.install
blob: 05e752d35baddeaa213c4b17c19b5dac187c1bd6 (plain)
1
2
3
4
5
6
7
8
9
10

post_install() {
  echo "==> Remember you need 'AMCTC' data files to play. You can put them under"
  echo "==> '/usr/share/games/amctc/' for all users, '~/.amctc/' for yourself"
  echo "==> or install amctc-data package."
}

post_upgrade() {
  post_install
}