diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-07-05 23:50:06 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-07-05 23:50:06 +0200 |
commit | 887526e77f7a3b707c53457b076d098a1edefeb7 (patch) | |
tree | f98396bb012b3229251b0a3925e13a50fed265d1 /debian/rules | |
parent | 422ca1504b1321f4f74e64a124e97a650e76b81f (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-x | debian/rules | 3 |
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 |