summaryrefslogtreecommitdiff
path: root/debian/local/update_sendmail
diff options
context:
space:
mode:
Diffstat (limited to 'debian/local/update_sendmail')
-rw-r--r--debian/local/update_sendmail1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/update_sendmail b/debian/local/update_sendmail
index 900044e..c0d80bb 100644
--- a/debian/local/update_sendmail
+++ b/debian/local/update_sendmail
@@ -54,6 +54,7 @@ if [ -x $sm_path/update_conf ]; then
# sure it is compatible with the current executables.
if [ -x $sm_path/update_mc ]; then
$sm_path/update_mc || changed=1;
+ rm -f /etc/mail/databases || true;
$sm_path/parse_mc || true;
fi;