summarylogtreecommitdiffstats
path: root/dmapd.install
diff options
context:
space:
mode:
Diffstat (limited to 'dmapd.install')
-rw-r--r--dmapd.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/dmapd.install b/dmapd.install
new file mode 100644
index 000000000000..4229ddb4fbe3
--- /dev/null
+++ b/dmapd.install
@@ -0,0 +1,3 @@
+post_install() {
+ chown -R daemon:daemon var/cache/dmapd &>/dev/null
+}