summarylogtreecommitdiffstats
path: root/vegastrike-svn.install
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commit428e5402ab47aea3ddf71bc9b4d148ef66ff732d (patch)
treec23ab38041e0deb0c1936de1771fac0b3705d305 /vegastrike-svn.install
downloadaur-428e5402ab47aea3ddf71bc9b4d148ef66ff732d.tar.gz
Initial PKGBUILD status as of 28.11.2014
Diffstat (limited to 'vegastrike-svn.install')
-rw-r--r--vegastrike-svn.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/vegastrike-svn.install b/vegastrike-svn.install
new file mode 100644
index 000000000000..8a4924f1023a
--- /dev/null
+++ b/vegastrike-svn.install
@@ -0,0 +1,18 @@
+# arg 1: the new package version
+post_install() {
+cat << EOF
+
+In order to play the game, you HAVE TO install one of the packages listed as optdepends. Packages 'vegastrike-data' and 'vegastrike-data-svn' are the original data sets. Package 'paralleluniverse' intends to be the revival of Privateer, an old spacesim by Origin System from the 90s and is a total conversion of the game.
+EOF
+}
+
+## arg 1: the new package version
+## arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}
+
+# arg 1: the old package version
+post_remove() {
+echo "Don't forget to remove the data files for VegaStrike also!"
+}