summarylogtreecommitdiffstats
path: root/aquaria-ose.install
diff options
context:
space:
mode:
Diffstat (limited to 'aquaria-ose.install')
-rw-r--r--aquaria-ose.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/aquaria-ose.install b/aquaria-ose.install
new file mode 100644
index 000000000000..6fa99dfc5ec2
--- /dev/null
+++ b/aquaria-ose.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"
+ echo " | need to install the proprietary game data, using one of the"
+ echo " | aquaria-data-* packages."
+ fi
+}
+
+post_upgrade() {
+ post_install "$@"
+}