]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r542: * dh_installinit: Always start daemon on upgraded even if
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then
2         update-modules
3 fi