The following commit has been merged in the master branch:
commit 67fb76a04e2465834af9211ce3673076ce5619ad
Author: Giuseppe Iuculano <[email protected]>
Date:   Tue Feb 23 10:02:20 2010 +0100

    Do not remove header_postinst.d/dkms in preinst. Hopefully now Ubuntu can 
sync dkms from Debian

diff --git a/debian/preinst b/debian/preinst
index df02fae..faffec5 100644
--- a/debian/preinst
+++ b/debian/preinst
@@ -30,10 +30,6 @@ install|upgrade)
                rm_conffile dkms "/etc/init.d/dkms_autoinstaller"
        fi
         rm_conffile dkms "/etc/init/dkms_autoinstaller.conf"
-       if [ -e "/etc/kernel/header_postinst.d/dkms" ]; then
-               rm_conffile dkms "/etc/kernel/header_postinst.d/dkms"
-               rmdir --ignore-fail-on-non-empty /etc/kernel/header_postinst.d/
-       fi
     fi
 
 esac

-- 
Dynamic Kernel Module Support

_______________________________________________
Pkg-dkms-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-dkms-commits

Reply via email to