From 1331f43bd02122e6368c808e5b69ceefc6e37c53 Mon Sep 17 00:00:00 2001 From: joey Date: Sat, 22 Feb 2003 19:45:01 +0000 Subject: r574: * wiggy didn't take my hint about making update-modules send warnings to stderr, so its overly verbose stdout is now directed to /dev/null to prevent conflicts with debconf. Closes: #150804 * dh_fixperms: only skip examples directories which in a parent of usr/share/doc, not in a deeper tree. Closes: #152602 * dh_compress: stop even looking at usr/doc --- autoscripts/postinst-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts/postinst-modules') diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules index bcd7c34b..babf39bd 100644 --- a/autoscripts/postinst-modules +++ b/autoscripts/postinst-modules @@ -1,3 +1,3 @@ if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then - update-modules + update-modules >/dev/null fi -- cgit v1.2.3