]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r533: * In script fragments, use more posix tests, no -a or -o, no parens.
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
2         update-modules
3 fi