#! /bin/sh

prog=jukebox-mercury


if [ "$1" = "purge" ] ; then
	update-rc.d $prog remove >/dev/null
	rm -f /etc/$prog
fi



