updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / catan-cow-client / catan-cow-client.install
blob9619c20ee19e87609c50e7b796b9bca3c83ebd1d
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_english.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 "$@"