summaryrefslogtreecommitdiff
path: root/debian/ntp.preinst
blob: dba6a6e352b2c71ae08ec4180328d0cb2f53a904 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if dpkg-maintscript-helper supports rm_conffile; then
	dpkg-maintscript-helper rm_conffile \
		/etc/logcheck/ignore.d.server/ntp 1:4.2.6+dfsg-1 -- "$@"
fi