updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / wolf / wolf.install
blob050936e9a9b14d4f850cd1bca535c90dd7f286b0
2 post_install() {
3     echo ">>> Copy the following files off a Windows installation or CD-ROM to the"
4     echo ">>> /opt/wolf/main/ directory in order to play:"
5     echo ">>>    pak0.pk3"
6     echo ">>>    sp_pak1.pk3"
7     echo ">>>    mp_pak0.pk3"
8     echo ">>>"
9     echo ">>> Then run the following commands: "
10     echo ">>>    chown root:root /opt/wolf/main/{pak0.pk3,sp_pak1.pk3,mp_pak0.pk3}"
11     echo ">>>    chmod 0444 /opt/wolf/main/{pak0.pk3,sp_pak1.pk3,mp_pak0.pk3}"
12     echo ">>>"
13     echo ">>> For more information about these files read "
14     echo ">>>    /opt/wolf/INSTALL (line 15)"
15     echo ">>>"
18 post_upgrade() {
19     post_install $1
22 pre_remove() {
23     /bin/true
26 post_remove() {
27     echo ">>> To complete the uninstallation remove the RtCW data directory:"
28     echo ">>>    rm -r /opt/wolf/"
29     echo ">>>"
31 op=$1
32 shift
34 $op $*