#!/bin/sh
if test "x$D" != "x"; then
	D="-r $D"
else
	/etc/init.d/stability-checks stop
fi
update-rc.d $D stability-checks remove
