diff options
Diffstat (limited to 'extra/dovecot/dovecot.install')
-rw-r--r-- | extra/dovecot/dovecot.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/dovecot/dovecot.install b/extra/dovecot/dovecot.install deleted file mode 100644 index ab8a28762..000000000 --- a/extra/dovecot/dovecot.install +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -case "$1" in - pre_install) - adduser -h /dev/null -s /bin/false -D dovecot 2>/dev/null - ;; - post_deinstall) - deluser dovecot - delgroup dovecot - ;; -esac |