none
This commit is contained in:
Jerry.Benton 2016-05-03 16:05:52 -04:00
parent 526c84045d
commit ab2e829492
2 changed files with 2 additions and 2 deletions

2
debian/install.sh vendored
View file

@ -513,7 +513,7 @@ echo;
echo "Installing the MailScanner .deb package ... ";
# install the mailscanner package
dpkg -i $CONFFILES $NODEPS $THISCURRPMDIR/MailScanner-*-noarch.deb
dpkg -i --force-overwrite $CONFFILES $NODEPS $THISCURRPMDIR/MailScanner-*-noarch.deb
if [ $? != 0 ]; then
echo;

View file

@ -755,7 +755,7 @@ echo;
echo "Installing the MailScanner RPM ... ";
# install the mailscanner rpm
$RPM -Uvh $NODEPS MailScanner*noarch.rpm
$RPM -Uvh --force $NODEPS MailScanner*noarch.rpm
if [ $? != 0 ]; then
echo;