summarylogtreecommitdiffstats
path: root/q2pro.install
blob: 6385b2dee5ac3ecefb659f0b37ef9a36c9e522dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
post_install() {
	echo "To play Quake 2, you need the following files from the disc:
copy <cdromdir>/Install/Data/baseq2/pak*.pak to /usr/share/games/q2pro2/baseq2/
copy <cdromdir>/Install/Data/baseq2/video/ to /usr/share/games/q2pro2/baseq2/"

## not yet implemented
#To play The Reckoning, you need the following files from the disc:
#copy <cdromdir>/Data/all/pak0.pak to /usr/share/games/q2pro2/xatrix/
#copy <cdromdir>/Data/max/xatrix/video/ to /usr/share/games/q2pro2/xatrix/
#
## not yet implemented
#To play Ground Zero, you need the following files from the disc:
#copy <cdromdir>/Data/all/pak0.pak to /usr/share/games/q2pro2/rogue/
#copy <cdromdir>/Data/max/Rogue/video/ to /usr/share/games/q2pro2/rogue/ (optional)
}

post_upgrade() {
    post_install $1
}

pre_remove() {
    /bin/true
}

op=$1
shift

$op $*