summarylogtreecommitdiffstats
path: root/hheretic.install
blob: eee5c2b430428b6bd11109aae906931449e9b622 (plain)
1
2
3
4
5
6
7
8
9
10
11

post_install() {
  echo "Put your heretic(1).wad (and additional wads) in '~/.hheretic'."
  echo "You can put custom mp3/ogg music in '~/.hheretic/music', a recreated version"
  echo "of the original sound track is available freely here:"
  echo "http://sycraft.org/content/audio/heretic.shtml"
}

post_upgrade() {
  post_install
}