1#!/bin/sh 2set -e 3 4if [ "$1" = remove ] ; then 5 pam-auth-update --package --remove zfs_key 6fi 7 8#DEBHELPER# 9