summarylogtreecommitdiffstats
path: root/aquaria-data-hib.install
diff options
context:
space:
mode:
Diffstat (limited to 'aquaria-data-hib.install')
-rw-r--r--aquaria-data-hib.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/aquaria-data-hib.install b/aquaria-data-hib.install
new file mode 100644
index 000000000000..140ae04b5bab
--- /dev/null
+++ b/aquaria-data-hib.install
@@ -0,0 +1,13 @@
+
+post_install() {
+ if (! pacman -Qqs '^aquaria' | grep -vw 'data' >/dev/null); then
+ echo "Note:"
+ echo " | This package only provides the (proprietary) game data."
+ echo " | For the game executable, install one of the following packages:"
+ echo " | aquaria-git .. for the improved Open Source version"
+ fi
+}
+
+post_upgrade() {
+ post_install "$@"
+}