#!/bin/sh

set -e

if dpkg --compare-versions "$2" lt 1.0.1-6; then
	pam-auth-update --package
fi


