]> git.proxmox.com Git - mirror_zfs-debian.git/blob - debian/zfs-modules-_KVERS_.postrm.in
d/rules: use DEB_VERSION_UPSTREAM
[mirror_zfs-debian.git] / debian / zfs-modules-_KVERS_.postrm.in
1 #!/bin/sh
2 set -e
3
4 # Run depmod after module uninstallation.
5 depmod
6
7 #DEBHELPER#