summarylogtreecommitdiffstats
path: root/arx-fatalis-data-demo.install
blob: cc0ad4328b572bd01b601c60c425b2190ed49521 (plain)
1
2
3
4
5
6
7
8
9
10

post_install() {
  echo "This package only installs the (proprietary) game demo data, no"
  echo "game binaries."
  echo "To actually play the demo, compile and install Arx Libertatis,"
  echo "the community-driven open-source port of Arx Fatalis for Linux"
  echo "based on the publically released Arx Fatalis 1.21 source code."
  echo " -> http://arx-libertatis.org"
  echo " -> AUR package: arx-libertatis"
}