updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / etqw / etqw.install
blob2a44d91ba5628863a8130fe1888e0e56e4ef04cb
2 post_install() {
3     echo ">>> You must read and agree to the terms in the EULAs found"
4     echo ">>> in /usr/share/licenses/etqw/ before using this software!"
5     echo ">>>"
6     echo ">>> Copy the following files off your retail DVD:"
7     echo ">>>"
8     echo ">>>    Setup/Data/base/pak*.pk4       to /opt/etqw/base/"
9     echo ">>>    Setup/Data/base/zpak*.pk4      to /opt/etqw/base/"
10     echo ">>>    Setup/Data/base/megatextures/* to /opt/etqw/base/megatextures"
11     echo ">>>    Setup/Data/base/video/*        to /opt/etqw/base/video"
12     echo ">>>"
13     echo ">>> When you have the data files installed, start the game:"
14     echo ">>>   Client: etqw"
15     echo ">>>   Server: etqw-dedicated"
18 post_upgrade() {
19     post_install $1
22 pre_remove() {
23     /bin/true
26 op=$1
27 shift
29 $op $*