]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-modules
r574: * wiggy didn't take my hint about making update-modules send warnings to
[debhelper.git] / autoscripts / postinst-modules
index bcd7c34b32d24611282d1b3e7e7870db8d4d6dfb..babf39bd09971cf120ab7229c9e2b932bdf884d4 100644 (file)
@@ -1,3 +1,3 @@
 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
-       update-modules
+       update-modules >/dev/null
 fi