summaryrefslogtreecommitdiff
path: root/debian/ntpdate.postinst
diff options
context:
space:
mode:
authorkroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2010-07-03 15:54:42 +0000
committerkroeckx <kroeckx@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2010-07-03 15:54:42 +0000
commita1ab725aaebe2a62b654a17f09e9265557a91b2a (patch)
tree92b80a27d8fa90c6a6a8945635ce71c98f74ab47 /debian/ntpdate.postinst
parent00e8f0b6eaa9e5f6f66cf17ce4bacc7bd5e404b7 (diff)
downloadntp-a1ab725aaebe2a62b654a17f09e9265557a91b2a.tar.gz
Move dhcp exit hooks
git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@318 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/ntpdate.postinst')
-rw-r--r--debian/ntpdate.postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/ntpdate.postinst b/debian/ntpdate.postinst
index ca7c985..3ecc178 100644
--- a/debian/ntpdate.postinst
+++ b/debian/ntpdate.postinst
@@ -7,5 +7,12 @@ if dpkg-maintscript-helper supports rm_conffile; then
/etc/dhcp3/dhclient-enter-hooks.d/ntpdate 1:4.2.6+dfsg-1 -- "$@"
fi
+if dpkg-maintscript-helper supports mv_conffile; then
+ dpkg-maintscript-helper mv_conffile \
+ /etc/dhcp3/dhclient-exit-hooks.d/ntpdate \
+ /etc/dhcp/dhclient-exit-hooks.d/ntpdate \
+ 1:4.2.6.p1+dfsg-1 -- "$@"
+fi
+
#DEBHELPER#