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