summarylogtreecommitdiffstats
path: root/catacombsdl.install
blob: d87756e6abcd816beb204d34e727ea2a55e0334d (plain)
1
2
3
4
5
6
7
8
9

post_install() {
  echo "Remember you need the data files to play. Put all .CA2 files under '~/.catacombsdl',"
  echo "all filenames are expected to be uppercase currently."
}

post_upgrade() {
  post_install
}