#!/bin/sh
set -e
if [ "$1" = "configure" ]; then
    apparmor_parser -r /etc/apparmor.d/usr.sbin.bconsole
fi
