updated on Sat Jan 21 04:00:54 UTC 2012
[aur-mirror.git] / ioquake3 / quake3.install
blob3e40253fbe8e00cdfadb015d060da979b6d53ead
2 post_install() {
3     echo ">>>"
4     echo ">>>>To play Q3 with the Retail Version:"
5     echo ">>>   Move the pak0.pk3 file from the original game CD to"
6     echo ">>>      /opt/quake3/baseq3/"
7     echo ">>>"
8     echo ">>>>To play Q3 with the Demo Version:"
9     echo ">>>   You need the demoq3/pak0.pk3 from the demo installer. The"
10     echo ">>>   qvm files inside that pk3 file will not work, so you have"
11     echo ">>>   to copy or link the .so files in the baseq3/ directory to"
12     echo ">>>   /opt/quake3/demoq3/ with the pak0.pk3 file."
13     echo ">>>"
14     echo ">>>>When you have the .pk3 file(s) installed, run the game:"
15     echo ">>>      quake3"
16     echo ">>>"
19 post_upgrade() {
20     post_install $1
23 pre_remove() {
24     /bin/true
27 op=$1
28 shift
30 $op $*