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

1
2
3
4
5
#!/bin/sh

stamp="/var/lib/update-notifier/updates-available"

[ ! -r "$stamp" ] || cat "$stamp"