]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r574: * wiggy didn't take my hint about making update-modules send warnings to
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
2         update-modules >/dev/null
3 fi