arch-ppa/src/nextcloud/nextcloud.install

11 lines
155 B
Plaintext
Raw Normal View History

2016-12-02 01:37:54 -05:00
# arg 1: the new package version
# arg 2: the old package version
post_install () {
set-nc-perms runtime
}
post_upgrade() {
set-nc-perms runtime
}