9 lines
109 B
Plaintext
9 lines
109 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
if [ "$1" = remove ] ; then
|
||
|
pam-auth-update --package --remove zfs_key
|
||
|
fi
|
||
|
|
||
|
#DEBHELPER#
|