maintainer scripts: use dpkg-maintscript-helper to clean out /etc/cron.d/dsa-nagios...
[mirror/dsa-nagios.git] / dsa-nagios-checks / debian / postinst
index c1fb12b..8e5a69d 100644 (file)
@@ -2,6 +2,8 @@
 
 set -e
 
+dpkg-maintscript-helper rm_conffile /etc/cron.d/dsa-nagios-checks 110 dsa-nagios-checks -- "$@"
+
 rm -f /var/cache/dsa/nagios/weak-ssh-keys
 
 #DEBHELPER#