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

post_upgrade() {
  post_install
}

# vim:set ts=2 sw=2 et: