From bf38096fa55c43807885d5c531a067f5781a945b Mon Sep 17 00:00:00 2001 From: joeyh Date: Mon, 12 Jun 2006 01:40:56 +0000 Subject: r1932: split the scripts for the two cases, undo behavior change --- autoscripts/postinst-modules | 3 --- 1 file changed, 3 deletions(-) (limited to 'autoscripts/postinst-modules') diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules index 0460eaaf..f17dc2da 100644 --- a/autoscripts/postinst-modules +++ b/autoscripts/postinst-modules @@ -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 -- cgit v1.2.3