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

post_install() {
  echo "You need Quake II data files to play, copy them to '~/.yq2/baseq2'."
}

post_upgrade() {
  post_install
}