]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-modules
r1746: * dh_installmodules autoscripts: Now that return code 3 is allocated by
[debhelper.git] / autoscripts / postinst-modules
index babf39bd09971cf120ab7229c9e2b932bdf884d4..f2342da434cedfbdcac722e87261c6074f3925a8 100644 (file)
@@ -1,3 +1,3 @@
 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
-       update-modules >/dev/null
+       update-modules >/dev/null || [ "$?" = 3 ]
 fi