new-klecker is on buster
[mirror/dsa-nagios.git] / dsa-nagios-checks / debian / preinst
1 #!/bin/sh
2
3 set -e
4
5 dpkg-maintscript-helper rm_conffile /etc/cron.d/dsa-nagios-checks 110 dsa-nagios-checks -- "$@"
6
7 #DEBHELPER#
8
9 exit 0