aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-07-05 23:50:06 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-07-05 23:50:06 +0200
commit887526e77f7a3b707c53457b076d098a1edefeb7 (patch)
treef98396bb012b3229251b0a3925e13a50fed265d1 /debian/rules
parent422ca1504b1321f4f74e64a124e97a650e76b81f (diff)
d/rules: Pass '--no-enable' to dh_installsystemduser(1).debian/0.5.1-2
Not enabling the units on install makes sense as interimap resp. pullimap will refuse to create the database when started with '--watch=' resp. '--idle='.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
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