summarylogtreecommitdiffstats
path: root/nextcloud.install
diff options
context:
space:
mode:
authorGrey Christoforo2016-06-04 17:11:55 +0100
committerGrey Christoforo2016-06-04 17:11:55 +0100
commitb3755c0d5812c9a8def9a53d0d8949f0fcca80f8 (patch)
treee8ac8b2b7c7d1c738715e0dcff309c9a105bb49b /nextcloud.install
downloadaur-b3755c0d5812c9a8def9a53d0d8949f0fcca80f8.tar.gz
initial commit
Diffstat (limited to 'nextcloud.install')
-rw-r--r--nextcloud.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/nextcloud.install b/nextcloud.install
new file mode 100644
index 000000000000..5a46de13a0d5
--- /dev/null
+++ b/nextcloud.install
@@ -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
+}