summarylogtreecommitdiffstats
path: root/domoticz-git.install
diff options
context:
space:
mode:
authorIanDury2015-08-28 11:17:40 +0200
committerIanDury2015-08-28 11:17:40 +0200
commit7802886ad4be1ffd58ec613807745220b6cb1aef (patch)
tree2f5aeda81ac60001216d29d24b3a908d90d6e6db /domoticz-git.install
parent81934cb91b6a38cccfac7f8168dd5a8a6f863947 (diff)
downloadaur-7802886ad4be1ffd58ec613807745220b6cb1aef.tar.gz
Add .install file
Diffstat (limited to 'domoticz-git.install')
-rw-r--r--domoticz-git.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/domoticz-git.install b/domoticz-git.install
new file mode 100644
index 000000000000..2e16f59b7750
--- /dev/null
+++ b/domoticz-git.install
@@ -0,0 +1,5 @@
+post_install() {
+ printf "post_instal...\n"
+ gpasswd -a http uucp
+ chown -R http:http "${pkgdir}/opt/domoticz"
+}