~azzar1/update-notifier/hide-livepatch-indicator-if-disabled

1
2
3
4
5
6
7
8
#!/bin/sh

set -e

dpkg-maintscript-helper rm_conffile /etc/update-motd.d/20-cpu-checker \
	0.110.1ubuntu1 -- "$@"

#DEBHELPER#