]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r506: * Introduced the debian/compat file. This is the new, preferred way to say
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" -a -x /sbin/update-modules ]; then
2         update-modules
3 fi