From ee3b1f0387f88c330b8ac9379fd738757e5b8ebe Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Thu, 11 Jun 2020 11:04:36 +0200 Subject: [PATCH] debian: Do not create home folder for jamulus system user Lintian warning on Debian unstable. Signed-off-by: Tormod Volden --- distributions/debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/debian/postinst b/distributions/debian/postinst index 3bfa9024..2f8e31b2 100644 --- a/distributions/debian/postinst +++ b/distributions/debian/postinst @@ -4,6 +4,6 @@ set -e # dh_sysuser can be used in newer distro releases -adduser --system --quiet jamulus +adduser --system --quiet --home /nonexistent --no-create-home jamulus #DEBHELPER#