From 887526e77f7a3b707c53457b076d098a1edefeb7 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 5 Jul 2020 23:50:06 +0200 Subject: d/rules: Pass '--no-enable' to dh_installsystemduser(1). Not enabling the units on install makes sense as interimap resp. pullimap will refuse to create the database when started with '--watch=' resp. '--idle='. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 2d33f6a..5b2e51b 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh $@ + +override_dh_installsystemduser: + dh_installsystemduser --no-enable -- cgit v1.2.3