Browse Source

Removed Missing packages

bugfixes
gau1991 11 years ago
parent
commit
e755f3b295
  1. 2
      src/modules/stack/install/mail/ee_mod_install_mailscan.sh
  2. 2
      src/modules/stack/remove/mail/ee_mod_remove_mailscan.sh

2
src/modules/stack/install/mail/ee_mod_install_mailscan.sh

@ -4,6 +4,6 @@ function ee_mod_install_mailscan()
{ {
# Install Amavis # Install Amavis
ee_lib_echo "Installing Amavis, SpamAssassin and ClamAV, please wait..." ee_lib_echo "Installing Amavis, SpamAssassin and ClamAV, please wait..."
$EE_APT_GET install amavisd-new spamassassin clamav clamav-daemon arj zoo nomarch cpio lzop cabextract apt-listchanges libauthen-sasl-perl libdbi-perl libmail-dkim-perl p7zip rpm unrar-free libsnmp-perl \ $EE_APT_GET install amavisd-new spamassassin clamav clamav-daemon arj zoo nomarch cpio lzop cabextract p7zip rpm unrar-free \
|| ee_lib_error "Unable to install Amavis, SpamAssassin and ClamAV, exit status = " $? || ee_lib_error "Unable to install Amavis, SpamAssassin and ClamAV, exit status = " $?
} }

2
src/modules/stack/remove/mail/ee_mod_remove_mailscan.sh

@ -3,7 +3,7 @@
function ee_mod_remove_mailscan() function ee_mod_remove_mailscan()
{ {
ee_lib_echo "$EE_SECOND Amavis, SpamAssassin and ClamAV package, please wait..." ee_lib_echo "$EE_SECOND Amavis, SpamAssassin and ClamAV package, please wait..."
$EE_APT_GET $EE_SECOND amavisd-new spamassassin clamav clamav-daemon arj zoo nomarch cpio lzop cabextract apt-listchanges libauthen-sasl-perl libdbi-perl libmail-dkim-perl p7zip rpm unrar-free libsnmp-perl \ $EE_APT_GET $EE_SECOND amavisd-new spamassassin clamav clamav-daemon arj zoo nomarch cpio lzop cabextract p7zip rpm unrar-free \
|| ee_lib_error "Unable to $EE_SECOND Amavis, SpamAssassin and ClamAV,, exit status = " $? || ee_lib_error "Unable to $EE_SECOND Amavis, SpamAssassin and ClamAV,, exit status = " $?
} }

Loading…
Cancel
Save