summarylogtreecommitdiffstats
path: root/mstream-git.install
blob: 0fc895ec8c487d6a64f5e8ea2e55183990e54509 (plain)
1
2
3
4
5
6
7
post_install() {
  chown -R mstream:mstream /var/lib/mstream
}

post_upgrade() {
  post_install
}