Эх сурвалжийг харах

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

dpeca 9 жил өмнө
parent
commit
92e7b970ec

+ 1 - 0
install/vst-install-debian.sh

@@ -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//")