]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
f2342da434cedfbdcac722e87261c6074f3925a8
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
2         update-modules >/dev/null || [ "$?" = 3 ]
3 fi