summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-modules
blob: f17dc2da139e35c4c385c24116827e2f4aa75fb8 (plain)
1
2
3
4
5
if [ "$1" = "configure" ]; then
	if [ -e /boot/System.map-#KVERS# ]; then
		depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
	fi
fi