]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-modules
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the
[debhelper.git] / autoscripts / postinst-modules
index b25a1c1301ad25301aa11b367074c5dbdcad4cac..babf39bd09971cf120ab7229c9e2b932bdf884d4 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" = "configure" -a -x /sbin/update-modules ]; then
-       update-modules
+if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
+       update-modules >/dev/null
 fi