summarylogtreecommitdiffstats
path: root/quakespasm-svn.install
diff options
context:
space:
mode:
authorFrederic Bezies2016-05-21 18:37:23 +0200
committerFrederic Bezies2016-05-21 18:37:23 +0200
commite25307e80b1d81757325b03cb1966ecb3547bbea (patch)
tree24380a187abf791227b9ca06ea7bf891b9a69bf0 /quakespasm-svn.install
parentc03196bf7026152521f27ab1a4b17b1ff2a08388 (diff)
downloadaur-e25307e80b1d81757325b03cb1966ecb3547bbea.tar.gz
Install file needed for post-install use
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
+}