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
Revert "Temporarily disable Direct IO by default"
[zfs.git]
/
contrib
/
debian
/
openzfs-zfs-dkms.prerm
blob
fea2aee8b902bdbb03a1ced77b7847722f139f65
1
#!/bin/sh
2
set -e
3
4
#DEBHELPER#
5
6
if
[
"
$1
"
=
"remove"
];
then
7
rm
-f
/
etc
/
zfs
/
zpool.cache
8
fi