summarylogtreecommitdiffstats
path: root/owncloud-daily.install
diff options
context:
space:
mode:
Diffstat (limited to 'owncloud-daily.install')
-rw-r--r--owncloud-daily.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/owncloud-daily.install b/owncloud-daily.install
new file mode 100644
index 000000000000..afb85db72835
--- /dev/null
+++ b/owncloud-daily.install
@@ -0,0 +1,10 @@
+# arg 1: the new package version
+# arg 2: the old package version
+
+post_install () {
+ set-oc-perms runtime
+}
+
+post_upgrade() {
+ set-oc-perms runtime
+}