View file File name : ndn-megacli.postrm Content :#!/bin/sh set -e # Automatically added by dh_installinit if [ "$1" = "purge" ] ; then update-rc.d ndn-megacli remove >/dev/null fi # End automatically added section