This website requires JavaScript.
Explore
Help
Sign In
folkslinux
/
zfs
mirror of
https://github.com/openzfs/zfs.git
Watch
1
Star
0
Fork
You've already forked zfs
0
Code
Issues
Projects
Releases
Wiki
Activity
revert-14721-remove-quota-zap
zfs
/
contrib
/
debian
/
openzfs-zfs-dkms.prerm
9 lines
98 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
set
-e
#DEBHELPER#
if
[
"
$1
"
=
"remove"
]
;
then
rm -f /etc/zfs/zpool.cache
fi
Reference in New Issue
View Git Blame
Copy Permalink