if [ "$1" = "purge" ]; then rm -f "/etc/apparmor.d/disable/#PROFILE#" || true rm -f "/etc/apparmor.d/force-complain/#PROFILE#" || true rm -f "/etc/apparmor.d/local/#PROFILE#" || true rmdir /etc/apparmor.d/local 2>/dev/null || true fi