]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-modules
Typo. Closes: #653339
[debhelper.git] / autoscripts / postinst-modules
index 0460eaaff5c55149e9c2694124cdd1ec63c192c7..f17dc2da139e35c4c385c24116827e2f4aa75fb8 100644 (file)
@@ -1,7 +1,4 @@
 if [ "$1" = "configure" ]; then
-       if [ -x "`which update-modules 2>/dev/null`" ]; then
-               update-modules >/dev/null || [ "$?" = 3 ]
-       fi
        if [ -e /boot/System.map-#KVERS# ]; then
                depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
        fi