]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-modules
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[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