summarylogtreecommitdiffstats
path: root/wolf.install
blob: 9dc18e2ef834f0e776e8fda448e9591b9924bbe4 (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

post_install() {
    echo ">>> Copy the following files off a Windows installation or CD-ROM to the"
    echo ">>> /opt/wolf/main/ directory in order to play:"
    echo ">>>"
    echo ">>>    pak0.pk3"
    echo ">>>    sp_pak1.pk3"
    echo ">>>    mp_pak0.pk3"
    echo ">>>"
}

post_upgrade() {
    post_install $1
}

pre_remove() {
    /bin/true
}

op=$1
shift

$op $*