#!/bin/sh

if [ "$1" = "purge" ]; then
	rm -rf /etc/amd
	rm -f /etc/init.d/amd
	"update""-rc.d" amd remove >/dev/null # Shut up lintian
fi

#DEBHELPER#

exit 0
