updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / quake2 / quake2.install
blobda92e91c3b2c18d511aa3fb4abc27ce25dd5cb92
1 post_install() {
2 cat << EOF
3 ==> DATA FILES
4 To play Quake 2, you need the following files from the disc:
5 copy <cdromdir>/Install/Data/baseq2/pak0.pak to /opt/quake2/baseq2/
6 copy <cdromdir>/Install/Data/baseq2/video/ to /opt/quake2/baseq2/
8 To play The Reckoning, you need the following files from the disc:
9 copy <cdromdir>/Data/all/pak0.pak to /opt/quake2/xatrix/
10 copy <cdromdir>/Data/max/xatrix/video/ to /opt/quake2/xatrix/
12 To play Ground Zero, you need the following files from the disc:
13 copy <cdromdir>/Data/all/pak0.pak to /opt/quake2/rogue/
14 copy <cdromdir>/Data/max/Rogue/video/ to /opt/quake2/rogue/ (optional)
16 ==> QUAKE2 BINARY
17 You can control switch between the quake2 and sdlquake2 binaries by changing 
18 the q2 symlink.  If you want to use sdlquake2, then as root type:
19 # ln -sf ./sdlquake2 /opt/quake2/q2
21 sdlquake2 uses sdl for audio, and quake2 uses oss for audio.  Alsa does not 
22 work well in the current version, so it is not built.
23 EOF
24   /bin/true
28 op=$1
29 shift
30 $op $*