repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Always validate checksums for Direct I/O reads
[zfs.git]
/
contrib
/
debian
/
openzfs-libpam-zfs.prerm
blob
21e827001c23c549cdd24461e63325a12396fc5e
1
#!/bin/sh
2
set -e
3
4
if
[
"
$1
"
=
remove
] ;
then
5
pam-auth-update
--package --remove
zfs_key
6
fi
7
8
#DEBHELPER#