summarylogtreecommitdiffstats
path: root/domoticz-git.install
diff options
context:
space:
mode:
authorMelvin Vermeeren2018-01-07 18:15:31 +0100
committerMelvin Vermeeren2018-01-07 18:24:07 +0100
commit1b70c8f982fa5c421f2d4296411f4e49c791cc3a (patch)
tree3284675b81df85bed50a468b4c831dcd5631efa0 /domoticz-git.install
parent93ed6809e912be2f57cf0e17dc823ffecf07391b (diff)
downloadaur-1b70c8f982fa5c421f2d4296411f4e49c791cc3a.tar.gz
disable all built-in, disable all static linking, style changes
(this also fixed openssl not being found since it tries to find static)
Diffstat (limited to 'domoticz-git.install')
-rw-r--r--domoticz-git.install8
1 files changed, 5 insertions, 3 deletions
diff --git a/domoticz-git.install b/domoticz-git.install
index 2e16f59b7750..2ace8a24b027 100644
--- a/domoticz-git.install
+++ b/domoticz-git.install
@@ -1,5 +1,7 @@
post_install() {
- printf "post_instal...\n"
- gpasswd -a http uucp
- chown -R http:http "${pkgdir}/opt/domoticz"
+ gpasswd -a http uucp
+}
+
+post_remove() {
+ echo "run 'gpasswd -d http uucp' if group entry isn't needed anymore"
}