]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-modules
r1661: * dh_shlibdeps: Turn on for udebs. It's often wrong (and ignored by d-i),
[debhelper.git] / autoscripts / postrm-modules
1 if [ -x /sbin/update-modules ]; then
2         update-modules >/dev/null
3 fi