瀏覽代碼

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

dpeca 9 年之前
父節點
當前提交
92e7b970ec
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      install/vst-install-debian.sh

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

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