summarylogtreecommitdiffstats
path: root/owncloud-archive.install
blob: afb85db728351a4e8dae8e27f776596168559221 (plain)
1
2
3
4
5
6
7
8
9
10
# arg 1:  the new package version
# arg 2:  the old package version

post_install () {
  set-oc-perms runtime
}

post_upgrade() {
  set-oc-perms runtime
}