#!/bin/sh

# Exit if package was removed but not purged.
test -x /usr/sbin/dnrd || exit 0

case "$PPP_IFACE" in
	ippp*)	#dnrd -k
		;;
esac
