summaryrefslogtreecommitdiff
path: root/debian/ntp.preinst
diff options
context:
space:
mode:
authorkroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2010-05-24 16:21:02 +0000
committerkroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2010-05-24 16:21:02 +0000
commitb140433ee2c59974021390ad16cdcc7c258d2620 (patch)
tree38ffcfa3cb0aae582acb521abbd3e2c2bccf8367 /debian/ntp.preinst
parent2e190593ff0fb1d1c74ec2b053bc5a3ca37a16f7 (diff)
downloadntp-b140433ee2c59974021390ad16cdcc7c258d2620.tar.gz
Change maintainer scripts to remove all obsolete config files.
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@306 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/ntp.preinst')
-rw-r--r--debian/ntp.preinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/ntp.preinst b/debian/ntp.preinst
index dba6a6e..d728216 100644
--- a/debian/ntp.preinst
+++ b/debian/ntp.preinst
@@ -5,5 +5,9 @@ set -e
if dpkg-maintscript-helper supports rm_conffile; then
dpkg-maintscript-helper rm_conffile \
/etc/logcheck/ignore.d.server/ntp 1:4.2.6+dfsg-1 -- "$@"
+ dpkg-maintscript-helper rm_conffile \
+ /etc/dhcp3/dhclient-enter-hooks.d/ntp 1:4.2.6+dfsg-1 -- "$@"
+ dpkg-maintscript-helper rm_conffile \
+ /etc/network/if-up.d/ntp 1:4.2.6+dfsg-1 -- "$@"
fi