summarylogtreecommitdiffstats
path: root/arx-libertatis.install
diff options
context:
space:
mode:
Diffstat (limited to 'arx-libertatis.install')
-rw-r--r--arx-libertatis.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/arx-libertatis.install b/arx-libertatis.install
new file mode 100644
index 000000000000..0217d5871aac
--- /dev/null
+++ b/arx-libertatis.install
@@ -0,0 +1,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'
+}