~ubuntu-core-dev/update-notifier/ubuntu

680 by Steve Langasek
Fix conffile removal handling for /etc/update-motd.d/20-cpu-checker; we
1
#!/bin/sh
2
3
set -e
4
5
dpkg-maintscript-helper rm_conffile /etc/update-motd.d/20-cpu-checker \
6
	0.110.1ubuntu1 -- "$@"
7
8
#DEBHELPER#