summarylogtreecommitdiffstats
path: root/aquaria-ose-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'aquaria-ose-git.install')
-rw-r--r--aquaria-ose-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/aquaria-ose-git.install b/aquaria-ose-git.install
new file mode 100644
index 000000000000..9f6ca17476b0
--- /dev/null
+++ b/aquaria-ose-git.install
@@ -0,0 +1,13 @@
+
+post_install() {
+ if (! pacman -Qqs '^aquaria-data' >/dev/null); then
+ echo "Note:"
+ echo " | This package only provides the game engine. You will also need to"
+ echo " | install the proprietary game data, using one of these packages:"
+ echo " | aquaria-data-hib .. if you own the Humble Bundle version"
+ fi
+}
+
+post_upgrade() {
+ post_install "$@"
+}