Purge existing dovecot packages

This commit is contained in:
Bob Mottram 2015-06-20 19:05:57 +01:00
parent cb785d1820
commit 7b72a982ce
1 changed files with 2 additions and 8 deletions

View File

@ -5619,14 +5619,8 @@ function configure_imap {
return
fi
# add directories if needed
if [ ! -d /usr/share/dovecot/protocols.d ]; then
mkdir -p mkdir -p /usr/share/dovecot/protocols.d
fi
if [ ! -d /etc/dovecot/conf.d ]; then
mkdir -p /etc/dovecot/conf.d
fi
dpkg -P dovecot-imapd
dpkg -P dovecot-core
apt-get -y install dovecot-imapd
if [ ! -d /etc/dovecot ]; then