summarylogtreecommitdiffstats
path: root/catan-cow-client.install
blob: 42cbea3b61118eea4603191cedc07278ea1d9245 (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
26
27
post_install() {
  chgrp -R games /usr/share/PlayCatan
  chmod -R g+w /usr/share/PlayCatan

  echo '--------------------------------------------------'
  echo 'You *MUST* read and agree to the license stored in'
  echo '/usr/share/COW-Client/COW-EULA_english.txt before'
  echo 'using it.'
  echo '--------------------------------------------------'

  echo "Add user to group games so that game settings could be saved. Please note that this application is not multi user friendly."
  /bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"