8e5a69d6e51288ef4e65324808c3b5d18bf5998f
[mirror/dsa-nagios.git] / 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