diff options
author | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 21:34:26 +0200 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 23:23:00 +0200 |
commit | d9a85e239261195263c712cd4c7af0df8787a707 (patch) | |
tree | 52541777232697295e9bd063f53b1c1fbad24fbd /debian | |
parent | 4de1bda87cb0fe504fa5b3979dc2e3c5622f2ab2 (diff) | |
download | sendmail-d9a85e239261195263c712cd4c7af0df8787a707.tar.gz |
cleanup obsolete /etc/dhcp3/dhclient-exit-hooks.d/sendmail
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/sendmail-base.maintscript | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 5261690..4e4e379 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,8 @@ sendmail (8.14.4-2.2) UNRELEASED; urgency=low * debian/rules: Add rebuild-debian-configure target. * debian/configure.ac: Remove the deleted maintainer scripts. * Cleanup /usr/share/doc/sendmail after upgrades where possible. + * sendmail-base: Remove obsolete conffile + /etc/dhcp3/dhclient-exit-hooks.d/sendmail on upgrades. -- Andreas Beckmann <debian@abeckmann.de> Mon, 01 Oct 2012 20:19:07 +0200 diff --git a/debian/sendmail-base.maintscript b/debian/sendmail-base.maintscript new file mode 100644 index 0000000..c11c9b5 --- /dev/null +++ b/debian/sendmail-base.maintscript @@ -0,0 +1 @@ +rm_conffile /etc/dhcp3/dhclient-exit-hooks.d/sendmail 8.14.4-2.2~ |