summarylogtreecommitdiffstats
path: root/nextcloud-daily.install
blob: 5a46de13a0d5d5b14125da2a56307eea578e61d9 (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-nc-perms runtime
}

post_upgrade() {
  set-nc-perms runtime
}