summarylogtreecommitdiffstats
path: root/domoticz.install
diff options
context:
space:
mode:
authorsaez0pub2017-02-07 21:01:09 +0100
committersaez0pub2017-02-07 21:01:09 +0100
commitc2bda587d6340db16257b5c317797c327783da91 (patch)
tree63cb03452ca0cacb2a5a0095e722766a85b20cfa /domoticz.install
parent0e1fea07b2b787b7ff47277d6a55fc00801c6972 (diff)
downloadaur-c2bda587d6340db16257b5c317797c327783da91.tar.gz
rename install script copied from beta
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"
+}
+