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