]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-modules
r1809: releasing version 5.0.2
[debhelper.git] / autoscripts / postrm-modules
index f2d4cb7a3c3ce034d452f4290ae4e02f8cd8e5a5..45d65beaf5e6bb92c3cc39871e0cfbd5c5fba606 100644 (file)
@@ -1,3 +1,3 @@
 if [ -x /sbin/update-modules ]; then
-       update-modules >/dev/null
+       update-modules >/dev/null || [ "$?" = 3 ]
 fi