summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-modules
blob: bcacb9f5a575a9c984478fa27887c9184e2e80c1 (plain)
1
2
3
4
if [ -x "`which update-modules 2>/dev/null`" ]; then
	update-modules >/dev/null || [ "$?" = 3 ]
fi
depmod -a || true