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

1
2
3
4
5
6
7
#!/bin/sh -e
#
# helper for update-motd

if [ -f /var/run/reboot-required ]; then
	cat /var/run/reboot-required
fi