summarylogtreecommitdiffstats
path: root/domoticz.install
diff options
context:
space:
mode:
Diffstat (limited to 'domoticz.install')
-rw-r--r--domoticz.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/domoticz.install b/domoticz.install
new file mode 100644
index 000000000000..3afe115ee535
--- /dev/null
+++ b/domoticz.install
@@ -0,0 +1,6 @@
+post_install() {
+ printf "post_instal...\n"
+ gpasswd -a http uucp
+ chown -R http:http "${pkgdir}/opt/domoticz"
+}
+