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