]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-modules
bcacb9f5a575a9c984478fa27887c9184e2e80c1
[debhelper.git] / autoscripts / postrm-modules
1 if [ -x "`which update-modules 2>/dev/null`" ]; then
2         update-modules >/dev/null || [ "$?" = 3 ]
3 fi
4 depmod -a || true