summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-modules
blob: d710791da3ede828cd96bf20b51f0b6698bd4ba4 (plain)
1
2
3
4
5
6
if [ -x "`which update-modules 2>/dev/null`" ]; then
	update-modules >/dev/null || [ "$?" = 3 ]
fi
if [ -e /boot/System.map-#KVERS# ]; then
	depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
fi