Files
mirror_zfs/contrib/debian/openzfs-zfs-modules-_KVERS_.postrm.in
T

8 lines
80 B
Bash
Raw Normal View History

2022-10-28 03:38:45 +05:00
#!/bin/sh
set -e
# Run depmod after module uninstallation.
depmod
#DEBHELPER#