summarylogtreecommitdiffstats
path: root/ezquake.install
blob: 447135015ed4ee50a82b8f07356db5137cd1d8f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

post_install() {
    echo ">>> You need the retail pak0.pak and pak1.pak in order to play."
    echo ">>>   Copy or symlink them to /opt/quake/id1/"
    echo ">>>"
    echo ">>> For high resolution textures and skins, install the"
    echo ">>>   'quake-qrp-textures' package from the AUR."
}

post_upgrade() {
    post_install $1
}

pre_remove() {
    /bin/true
}

op=$1
shift

$op $*