mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
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#
|