Remove direct dependencies as they get installed automatically

This commit is contained in:
Felix 2015-09-05 09:08:47 +02:00
parent bd7728ac94
commit 18efae9703
1 changed files with 1 additions and 4 deletions

View File

@ -19,11 +19,8 @@ source setup/functions.sh # load our functions
# libmail-dkim-perl is needed to make the spamassassin DKIM module work.
# For more information see Debian Bug #689414:
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689414
# libcrypt-openssl-bignum-perl and libcrypt-openssl-rsa-perl are
# direct dependencies of libmail-dkim-perl.
echo "Installing SpamAssassin..."
apt_install spampd razor pyzor dovecot-antispam libcrypt-openssl-bignum-perl \
libcrypt-openssl-rsa-perl libmail-dkim-perl
apt_install spampd razor pyzor dovecot-antispam libmail-dkim-perl
# Allow spamassassin to download new rules.
tools/editconf.py /etc/default/spamassassin \