mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
8 lines
80 B
Plaintext
8 lines
80 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
# Run depmod after module uninstallation.
|
||
|
depmod
|
||
|
|
||
|
#DEBHELPER#
|