mirror of
https://github.com/jiangcuo/zfsonlinux.git
synced 2025-08-26 08:24:16 +00:00
8 lines
80 B
Bash
8 lines
80 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Run depmod after module uninstallation.
|
|
depmod
|
|
|
|
#DEBHELPER#
|