updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / ezquake / ezquake.install
blob447135015ed4ee50a82b8f07356db5137cd1d8f9
2 post_install() {
3     echo ">>> You need the retail pak0.pak and pak1.pak in order to play."
4     echo ">>>   Copy or symlink them to /opt/quake/id1/"
5     echo ">>>"
6     echo ">>> For high resolution textures and skins, install the"
7     echo ">>>   'quake-qrp-textures' package from the AUR."
10 post_upgrade() {
11     post_install $1
14 pre_remove() {
15     /bin/true
18 op=$1
19 shift
21 $op $*