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