#! /bin/sh

set -e

if [ "$1" = "remove" ] ; then
	rm -rf 	/run/superstamps
fi

#DEBHELPER#

exit 0
