]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-modules
dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being used here...
[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