Files
arch-ppa/src/nextcloud/nextcloud.install
moparisthebest 17b81b4b48 Add nextcloud
2016-12-02 01:37:54 -05:00

11 lines
155 B
Plaintext

# arg 1: the new package version
# arg 2: the old package version
post_install () {
set-nc-perms runtime
}
post_upgrade() {
set-nc-perms runtime
}