#!/bin/sh set -e if [ "$1" = "purge" ]; then rm -rf /run/pcapdump fi # Automatically added by dh_installinit/13.31 if [ "$1" = "remove" ] && [ -x "/etc/init.d/pcapdump" ] ; then chmod -x "/etc/init.d/pcapdump" >/dev/null || true fi if [ -z "$DPKG_ROOT" ] && [ "$1" = "purge" ] ; then update-rc.d pcapdump remove >/dev/null fi # End automatically added section # Automatically added by dh_cruft/0.9.84 if [ "$1" = "purge" ] then # we need to glob, so no quotes rm -rf ${DPKG_ROOT:-}/etc/pcapdump/ fi # End automatically added section