summarylogtreecommitdiffstats
path: root/aquaria-ose.install
diff options
context:
space:
mode:
authorsmls2015-09-07 17:17:47 +0200
committersmls2015-09-07 17:20:30 +0200
commit6c60cb5176c18e6eaaa1d25e44b260d3b16da11f (patch)
tree0d7c45574c674471369c8c17f4964ad6e9710ac4 /aquaria-ose.install
parent116b7b4f51cef42465f143130bd00ff5d9e9be4a (diff)
downloadaur-6c60cb5176c18e6eaaa1d25e44b260d3b16da11f.tar.gz
rename package (aquaria-ose-git -> aquaria-ose) and build stable release
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 "$@"
+}