diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2005-04-25 02:30:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:49 +0200 |
commit | 11606d89a75b84f614d3a84cdcf081204a864c09 (patch) | |
tree | b109be1c08b2a2302e3cb143fe34be866520327b /debian/local/update_sendmail | |
parent | 676f8900ac96a2ca054b91b0a00cf6d4fb95211d (diff) | |
download | sendmail-debian/8.13.4-2.tar.gz |
Imported Debian patch 8.13.4-2debian/8.13.4-2
Diffstat (limited to 'debian/local/update_sendmail')
-rw-r--r-- | debian/local/update_sendmail | 1 |
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; |