summaryrefslogtreecommitdiff
path: root/debian/ntpdate.postinst
blob: ca7c9856cde89bbdf70ca8371247b47533a6f7ab (plain)
1
2
3
4
5
6
7
8
9
10
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#