summarylogtreecommitdiffstats
path: root/fs2_open-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'fs2_open-git.install')
-rw-r--r--fs2_open-git.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/fs2_open-git.install b/fs2_open-git.install
new file mode 100644
index 000000000000..8756ab1f4160
--- /dev/null
+++ b/fs2_open-git.install
@@ -0,0 +1,20 @@
+post_install() {
+
+cat << EOF
+>>> This is the svn trunk version of fs2_open.
+>>>
+>>> Development Forum:
+>>> http://www.hard-light.net/forums/index.php?board=50.0
+>>>
+>>> This package contains only the engine binary for fs2_open.
+>>> In order to run fs2_open, you need the data files from the
+>>> retail Freespace 2 CDs or Good Old Games' installer.
+>>>
+>>> Check the AUR package 'fs2_open-data' for details.
+EOF
+
+}
+
+post_upgrade() {
+ post_install
+}