#!/bin/sh
set -e

if [ -f /usr/share/debconf/confmodule ]; then
        . /usr/share/debconf/confmodule
fi

if [ "$1" = "configure" ]; then
	pam-auth-update --package libpam-fprint
fi

#DEBHELPER#
