Exclude libmail-dkim-perl if spamassassin will not be installed

This commit is contained in:
dpeca 2016-10-31 14:08:39 +01:00 committed by GitHub
commit 92e7b970ec

View file

@ -556,6 +556,7 @@ if [ "$clamd" = 'no' ]; then
fi
if [ "$spamd" = 'no' ]; then
software=$(echo "$software" | sed -e "s/spamassassin//")
software=$(echo "$software" | sed -e "s/libmail-dkim-perl//")
fi
if [ "$dovecot" = 'no' ]; then
software=$(echo "$software" | sed -e "s/dovecot-imapd//")