#!/bin/sh -e if [ "$1" = "purge" ]; then rm -rf /etc/pcapdump /var/run/pcapdump fi # Automatically added by dh_installinit/13.6 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = "purge" ] ; then update-rc.d pcapdump remove >/dev/null fi # End automatically added section