Add nextcloud

This commit is contained in:
moparisthebest
2016-12-02 01:37:54 -05:00
parent 35dc2f1141
commit 17b81b4b48
6 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,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
}