]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
f17dc2da139e35c4c385c24116827e2f4aa75fb8
[debhelper.git] / autoscripts / postinst-modules
1 if [ "$1" = "configure" ]; then
2         if [ -e /boot/System.map-#KVERS# ]; then
3                 depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
4         fi
5 fi