summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-modules
blob: c2577dd272d7aefc1b86f4fa9462de4446b762c3 (plain)
1
2
3
if [ -e /boot/System.map-#KVERS# ]; then
	depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
fi