summarylogtreecommitdiffstats
path: root/quake3.install
diff options
context:
space:
mode:
authorSlashbunny2013-01-21 19:33:29 -0500
committerSlashbunny2013-01-21 19:33:29 -0500
commit92f7ceb645f3e8e257e9018eebbc156e9c541974 (patch)
treeb953c5845d2d6bb59d134a5c1298c0c90f21fc79 /quake3.install
downloadaur-92f7ceb645f3e8e257e9018eebbc156e9c541974.tar.gz
ioquake3 switched to github, copy ioquake3-svn to ioquake3-git and modernize it a bit
Diffstat (limited to 'quake3.install')
-rw-r--r--quake3.install31
1 files changed, 31 insertions, 0 deletions
diff --git a/quake3.install b/quake3.install
new file mode 100644
index 000000000000..3e40253fbe8e
--- /dev/null
+++ b/quake3.install
@@ -0,0 +1,31 @@
+
+post_install() {
+ echo ">>>"
+ echo ">>>>To play Q3 with the Retail Version:"
+ echo ">>> Move the pak0.pk3 file from the original game CD to"
+ echo ">>> /opt/quake3/baseq3/"
+ echo ">>>"
+ echo ">>>>To play Q3 with the Demo Version:"
+ echo ">>> You need the demoq3/pak0.pk3 from the demo installer. The"
+ echo ">>> qvm files inside that pk3 file will not work, so you have"
+ echo ">>> to copy or link the .so files in the baseq3/ directory to"
+ echo ">>> /opt/quake3/demoq3/ with the pak0.pk3 file."
+ echo ">>>"
+ echo ">>>>When you have the .pk3 file(s) installed, run the game:"
+ echo ">>> quake3"
+ echo ">>>"
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ /bin/true
+}
+
+op=$1
+shift
+
+$op $*
+