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