#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = "purge" ]; then
	rm -f /etc/apparmor.d/force-complain/usr.bin.bcmnfcd >/dev/null 2>&1 || true
fi

exit 0
