#! /bin/sh
# postremoval script for apt-file
set -e;

if [ "purge" = "$1" ]; then
	rm -f /var/lib/update-notifier/user.d/update-notifier-shutter
fi;
