#! /bin/sh # postrm script for l2tpns set -e # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. # Automatically added by dh_installinit if [ "$1" = "purge" ] ; then update-rc.d l2tpns remove >/dev/null || exit $? fi # End automatically added section exit 0