1#!/bin/sh
2set -e
3
4if ! $(ldd "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security/pam_zfs_key.so" | grep -q "libasan") ; then
5	pam-auth-update --package
6fi
7
8#DEBHELPER#
9