#!/bin/sh
set -e
# Automatically added by dh_installinit
if [ "$1" = "purge" ] ; then
	update-rc.d dvbd remove >/dev/null || exit 0
fi
# End automatically added section
