summaryrefslogtreecommitdiff
path: root/debian/ntpdate.postrm
diff options
context:
space:
mode:
authorpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2009-04-23 15:27:05 +0000
committerpetere <petere@0070b5ef-2f16-0410-befa-9a02bd1d6ddb>2009-04-23 15:27:05 +0000
commit485f187a60cc3d23be2992be0115ec3299627649 (patch)
tree9f796880fe56e31369db4d74989524d0cf1ac5ee /debian/ntpdate.postrm
parentd447b2d830d3e7331ac70acbefa79e595618db68 (diff)
downloadntp-485f187a60cc3d23be2992be0115ec3299627649.tar.gz
Moved .dhcp version of configuration files to /var/lib/ntp and
/var/lib/ntpdate (closes: #524035) git-svn-id: svn://svn.debian.org/pkg-ntp/ntp/trunk@246 0070b5ef-2f16-0410-befa-9a02bd1d6ddb
Diffstat (limited to 'debian/ntpdate.postrm')
-rw-r--r--debian/ntpdate.postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/ntpdate.postrm b/debian/ntpdate.postrm
index 0cba284..2670320 100644
--- a/debian/ntpdate.postrm
+++ b/debian/ntpdate.postrm
@@ -5,5 +5,5 @@ set -e
#DEBHELPER#
if [ "$1" = "purge" ]; then
- rm -f /etc/default/ntpdate.dhcp
+ rm -rf /var/lib/ntpdate/
fi