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

post_install() {
  echo "You will need the original Hexen II data files from either the demo,"
  echo "  retail version or "Portal of Praevus" add-on."

  echo "Copy the needed .pak files with lowercase file names to '~/.hexen2/data1'"
  echo "  and patch them with 'h2patch', if needed."
}

post_upgrade() {
  post_install $1
}