summarylogtreecommitdiffstats
path: root/yamagi-quake2-rogue.install
blob: e0729fc62c08f87beeeedfdfaa302770ba94b317 (plain)
1
2
3
4
5
6
7
8
9

post_install() {
  echo "You need Quake II - Mission Pack 2 ('Ground Zero') data files to play,"
  echo "copy them to '~/.yq2/rogue'."
}

post_upgrade() {
  post_install
}