#!/bin/sh
rm -f /etc/rc?.d/[SK]??ndas > /dev/null 2>&1 || /bin/true
rm -f /etc/init.d/ndas

 /usr/sbin/update-rc.d -f ndas remove > /dev/null 2>&1 || /bin/true

rm -rf /dev/nd* || /bin/true
