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

post_install() {
  echo 'Note:'
  echo ' | This package only provides the game executables.'
  echo ' | You will also need to install the (demo or full) game data - using one'
  echo ' | of the "arxfatalis-data-*" AUR packages (system-wide installation),'
  echo ' | or by running `arx-install-data` (per-user installation).'
  echo ' | For more info see http://wiki.arx-libertatis.org/Getting_the_game_data'
}