summaryrefslogtreecommitdiff
path: root/debian/ntp.preinst
diff options
context:
space:
mode:
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