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.install12
1 files changed, 8 insertions, 4 deletions
diff --git a/aquaria-data-hib.install b/aquaria-data-hib.install
index 140ae04b5bab..cc1980d42dee 100644
--- a/aquaria-data-hib.install
+++ b/aquaria-data-hib.install
@@ -1,10 +1,14 @@
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"
+ cat <<END
+.-----------------------------------------------------------------.
+| This package only installs the (proprietary) game data. |
+| For the game executable, install one of the following packages: |
+| aquaria-ose |
+| aquaria-ose-git |
+'-----------------------------------------------------------------'
+END
fi
}