summaryrefslogtreecommitdiff
path: root/debian/ntpdate.postrm
blob: 267032043fffc010697d649cd7e969067e31d078 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
	rm -rf /var/lib/ntpdate/
fi