dsa-check-backuppg: warn if backups for a database configured in dsa-check-backuppg...
[mirror/dsa-nagios.git] / dsa-nagios-checks / debian / postinst
1 #!/bin/sh
2
3 set -e
4
5 rm -f /var/cache/dsa/nagios/weak-ssh-keys
6
7 #DEBHELPER#
8
9 exit 0