[enh] Attempt to not manually install postfix & friends

This commit is contained in:
Jérôme Lebleu 2015-10-08 17:23:11 +02:00
parent 6ed01f443d
commit 68c56d8c0c

View file

@ -280,9 +280,7 @@ install_yunohost_packages() {
apt_get_wrapper \
-o Dpkg::Options::="--force-confold" \
-y --force-yes install \
yunohost \
postfix postfix-ldap \
postfix-policyd-spf-perl
yunohost
fi
}