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