summaryrefslogtreecommitdiff
path: root/debian/ntpdate.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ntpdate.postinst')
-rw-r--r--debian/ntpdate.postinst11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/ntpdate.postinst b/debian/ntpdate.postinst
new file mode 100644
index 0000000..ca7c985
--- /dev/null
+++ b/debian/ntpdate.postinst
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile; then
+ dpkg-maintscript-helper rm_conffile \
+ /etc/dhcp3/dhclient-enter-hooks.d/ntpdate 1:4.2.6+dfsg-1 -- "$@"
+fi
+
+#DEBHELPER#
+