updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / catan-cow-client-de / catan-cow-client.install
blobe9ce863b08ac7e6a64cf19aa50d282a748e961f4
1 post_install() {
2   #chgrp -R games /usr/share/COW-Client
3   #chmod -R g+w /usr/share/COW-Client
5   echo '--------------------------------------------------'
6   echo 'You *MUST* read and agree to the license stored in'
7   echo '/usr/share/COW-Client/COW-EULA_deutsch.txt before'
8   echo 'using it.'
9   echo '--------------------------------------------------'
11   echo "Add user to group games so that game settings could be saved. Please note that this application is not multi user friendly."
12   /bin/true
15 post_upgrade() {
16 /bin/true
19 pre_remove() {
20 /bin/true
23 op=$1
24 shift
26 $op "$@"