summarylogtreecommitdiffstats
path: root/domoticz-git.install
diff options
context:
space:
mode:
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"
}