blob: 0217d5871aacddb8c6a793006bc00f84d2c8356a (
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 "arx-fatalis-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'
}
|