summarylogtreecommitdiffstats
path: root/quakespasm-svn.install
diff options
context:
space:
mode:
Diffstat (limited to 'quakespasm-svn.install')
-rw-r--r--quakespasm-svn.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/quakespasm-svn.install b/quakespasm-svn.install
new file mode 100644
index 000000000000..711637c70167
--- /dev/null
+++ b/quakespasm-svn.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat <<- EOF
+ :: You need the Quake data (.pak) files to play.
+ :: pak0.pak to play the shareware episode and/or
+ :: additionally pak1.pak for the whole game.
+ :: Put them into <YOUR_HOME_DIR>/.quakespasm/id1/
+ EOF
+}
+
+post_upgrade() {
+ post_install $1
+}