#!/bin/sh
set -e
STAMP=/var/lib/update-notifier/dpkg-run-stamp
if [ ! -f $STAMP ]; then
touch $STAMP
fi