]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - debian/zfs-dkms.postinst
cherry-pick: fix distclean which removes needed files
[mirror_zfs-debian.git] / debian / zfs-dkms.postinst
index 24d50eb741ef59d23ba537eaf070b50e6e2659d1..cb87e1cea80a9bda113568cc6fef7fadcfaf7a3f 100644 (file)
@@ -4,8 +4,6 @@ set -e
 # Source debconf library (see dh_installdebconf(1) and #106070 #626312)
 . /usr/share/debconf/confmodule
 
-db_input low zfs-dkms/note-incompatible-licenses || true
-
 kernelbits=unknown
 if [ -r /proc/kallsyms ]; then
        addrlen=$(head -1 /proc/kallsyms|awk '{print $1}'|wc -c)