maintainer scripts: use dpkg-maintscript-helper to clean out /etc/cron.d/dsa-nagios...
[mirror/dsa-nagios.git] / dsa-nagios-checks / debian / postinst
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 rm -f /var/cache/dsa/nagios/weak-ssh-keys
8
9 #DEBHELPER#
10
11 exit 0