#!/bin/sh set -e # Automatically added by dh_apparmor if [ "$1" = "purge" ]; then rm -f "/etc/apparmor.d/disable/usr.sbin.tcpdump" || true rm -f "/etc/apparmor.d/force-complain/usr.sbin.tcpdump" || true rm -f "/etc/apparmor.d/local/usr.sbin.tcpdump" || true rmdir /etc/apparmor.d/local 2>/dev/null || true fi # End automatically added section