]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-modules
Updated French man page translation. Closes: #685560
[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