summarylogtreecommitdiffstats
path: root/watermint-git.install
blob: 66acaee194a5092a0e1b905c5bd94253418ef97c (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
25

post_install() {
    echo ">>>"
    echo ">>>>To play Watermint with the Retail Version:"
    echo ">>>   Move the pak0.pk3 file from the original game CD to"
    echo ">>>      /opt/watermint/mpbase/"
    echo ">>>"
    echo ">>>>When you have the .pk3 file(s) installed, run the game:"
    echo ">>>      watermint"
    echo ">>>"
}

post_upgrade() {
    post_install $1
}

pre_remove() {
    /bin/true
}

op=$1
shift

$op $*