Prefetch on deadlists merge
[zfs.git] / contrib / debian / openzfs-zfs-modules-_KVERS_.postrm.in
blob2a2fc4b5cb95f2e568bff9f1e5adcfd575b5cfbd
1 #!/bin/sh
2 set -e
4 # Run depmod after module uninstallation.
5 depmod
7 #DEBHELPER#