summarylogtreecommitdiffstats
path: root/facette.install
blob: c5f41c09bd62ac034b6aa9351e7a79418e86581c (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  post_upgrade
}

post_upgrade() {
  chown -R facette:facette /etc/facette
  chown -R facette:facette /var/run/facette
  chown -R facette:facette /var/log/facette
}