summarylogtreecommitdiffstats
path: root/aquaria-ose.install
diff options
context:
space:
mode:
authorsmls2016-02-15 18:19:20 +0100
committersmls2016-02-15 18:19:54 +0100
commit11ccd11458a2a1373b28026174481c158874f202 (patch)
treec11a7ddf30a68962876381091a6107c3f5715f2f /aquaria-ose.install
parentfc5a0124d49d70d22e9d2fae32579b51a48fb652 (diff)
downloadaur-11ccd11458a2a1373b28026174481c158874f202.tar.gz
better post-install message; set AQUARIA_EXTRA_DATA_DIR
Users can now provide the data files in a custom location by setting AQUARIA_DATA_PATH.
Diffstat (limited to 'aquaria-ose.install')
-rw-r--r--aquaria-ose.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/aquaria-ose.install b/aquaria-ose.install
new file mode 100644
index 000000000000..ac7c7d853848
--- /dev/null
+++ b/aquaria-ose.install
@@ -0,0 +1,16 @@
+
+post_install() {
+ cat <<END
+.--------------------------------------------------------------------.
+| This package only provides the (improved) game engine. |
+| To play it you also need to buy the original game data, e.g. from: |
+| - Humble Bundle <http://www.bit-blot.com/aquaria/buy.html> |
+| - GOG.com <http://www.gog.com/game/aquaria> |
+| - Steam <http://store.steampowered.com/app/24420> |
+| And then either: |
+| - Install the corresponding "aquaria-data-*" AUR package, or |
+| - Extract the game data to a custom directory and set the |
+| AQUARIA_DATA_PATH environment variable to it. |
+'--------------------------------------------------------------------'
+END
+}