#!/bin/sh

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

if [ "$1" = purge -a -f $STAMP ]; then
	rm $STAMP
fi

#DEBHELPER#
