X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostrm-modules;h=c2577dd272d7aefc1b86f4fa9462de4446b762c3;hb=18a0da8092ea9f3dc48bca92b36f592af25a608d;hp=d710791da3ede828cd96bf20b51f0b6698bd4ba4;hpb=3ccdc50eabcdcea497fec06c481bce39f8fa32b4;p=debhelper.git diff --git a/autoscripts/postrm-modules b/autoscripts/postrm-modules index d710791..c2577dd 100644 --- a/autoscripts/postrm-modules +++ b/autoscripts/postrm-modules @@ -1,6 +1,3 @@ -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