#!/bin/sh
# postinst script for libpam-script
#
# see: dh_installdeb(1)

set -e

pam-auth-update --package

#DEBHELPER#
