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

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

STAMP=/var/lib/update-notifier/dpkg-run-stamp

if [ ! -f $STAMP ]; then
	touch $STAMP
fi

#DEBHELPER#