summarylogtreecommitdiffstats
path: root/cops.install
blob: c5a2c17a38ea4a324c5f2867ab463abc5f041f6e (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  # Make data writable by webserver
  chown -R http:http /usr/share/webapps/cops
  echo 'You can now configure your (PHP compatible) web server to run COPS'
}

post_upgrade() {
  post_install
}