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

post_install() {
    echo ">>> You need the demo/shareware pak0.pak (included in the nquake AUR package)"
    echo ">>> and pak1.pak (retail) in order to play."
    echo ">>>   Copy or symlink them into /opt/quake/id1/"
}

post_upgrade() {
    post_install $1
}

pre_remove() {
    /bin/true
}

op=$1
shift

$op $*