diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-04-19 16:42:26 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-04-19 16:42:34 +0200 |
commit | 59d3088ed11c9cc56303c89739f3ee903dc42a4a (patch) | |
tree | 24f34d8bfafb4c69c0041cdb3b2143771896dcc5 /community/domoticz/domoticz.pre-install | |
parent | 270e41f60340a746beba1d94f729fb21386f5b1b (diff) | |
download | aports-59d3088ed11c9cc56303c89739f3ee903dc42a4a.tar.bz2 aports-59d3088ed11c9cc56303c89739f3ee903dc42a4a.tar.xz |
community/domoticz: upgrade to 3.4834 and move to community
Diffstat (limited to 'community/domoticz/domoticz.pre-install')
-rw-r--r-- | community/domoticz/domoticz.pre-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/community/domoticz/domoticz.pre-install b/community/domoticz/domoticz.pre-install new file mode 100644 index 0000000000..a94a5fb50b --- /dev/null +++ b/community/domoticz/domoticz.pre-install @@ -0,0 +1,3 @@ +#!/bin/sh +adduser -h /var/lib/domoticz -D -s /sbin/nologin domoticz 2>/dev/null +exit 0 |