]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Add kernel version to depmod cmd (Closes: #860958)
authorAron Xu <aron@debian.org>
Sun, 4 Jun 2017 15:53:41 +0000 (23:53 +0800)
committerAron Xu <aron@debian.org>
Sun, 4 Jun 2017 15:53:41 +0000 (23:53 +0800)
debian/zfs-modules-_KVERS_.postinst.in

index 8ab2d1948e4ac9c4438acdc791a47b2f1989cc5f..4eb2314508a6556ae57b875ec4833134f4a7aebd 100644 (file)
@@ -2,7 +2,7 @@
 set -e
 
 # Run depmod first
-depmod
+depmod -a _KVERS_
 
 #DEBHELPER#