summarylogtreecommitdiffstats
path: root/aquaria-ose-git.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-git.install
parent116b7b4f51cef42465f143130bd00ff5d9e9be4a (diff)
downloadaur-6c60cb5176c18e6eaaa1d25e44b260d3b16da11f.tar.gz
rename package (aquaria-ose-git -> aquaria-ose) and build stable release
Diffstat (limited to 'aquaria-ose-git.install')
-rw-r--r--aquaria-ose-git.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/aquaria-ose-git.install b/aquaria-ose-git.install
deleted file mode 100644
index 9f6ca17476b0..000000000000
--- a/aquaria-ose-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-
-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 "$@"
-}