mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-06 05:12:04 +03:00
8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
set -e
|
||
|
|
|
||
|
|
# Run depmod after module uninstallation.
|
||
|
|
depmod
|
||
|
|
|
||
|
|
#DEBHELPER#
|