]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
r1881: * Add dh_installudev by Marco d'Itri.
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ]; then
2         if [ -x "`which update-modules 2>/dev/null`" ]; then
3                 update-modules >/dev/null || [ "$?" = 3 ]
4         fi
5         depmod -a || true
6 fi