]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-modules
Updated French man page translation. Closes: #685560
[debhelper.git] / autoscripts / postrm-modules
index a8f4ce706af3e95f1eedca6e500b741ab06fb414..c2577dd272d7aefc1b86f4fa9462de4446b762c3 100644 (file)
@@ -1,2 +1,3 @@
-update-modules
-depmod -a
+if [ -e /boot/System.map-#KVERS# ]; then
+       depmod -a -F /boot/System.map-#KVERS# #KVERS# || true
+fi