]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r1746: * dh_installmodules autoscripts: Now that return code 3 is allocated by
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
2         update-modules >/dev/null || [ "$?" = 3 ]
3 fi