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
Prefetch on deadlists merge
[zfs.git]
/
contrib
/
debian
/
openzfs-zfs-modules-_KVERS_.postrm.in
blob
2a2fc4b5cb95f2e568bff9f1e5adcfd575b5cfbd
1
#!/bin/sh
2
set -e
3
4
# Run depmod after module uninstallation.
5
depmod
6
7
#DEBHELPER#