#!/bin/sh
# prerm script for pam-abl
#

set -e

if [ "$1" = remove ]; then
        pam-auth-update --package --remove abl
fi

#DEBHELPER#

exit 0
