]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-modules
c2577dd272d7aefc1b86f4fa9462de4446b762c3
[debhelper.git] / autoscripts / postrm-modules
1 if [ -e /boot/System.map-#KVERS# ]; then
2         depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
3 fi