]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-modules
r546: * dh_builddeb(1): It's --filename, not --name. Closes: #160151
[debhelper.git] / autoscripts / postrm-modules
index a8f4ce706af3e95f1eedca6e500b741ab06fb414..fdf249efc66ca386aab9f43cfb81e82b5c86233e 100644 (file)
@@ -1,2 +1,3 @@
-update-modules
-depmod -a
+if [ -x /sbin/update-modules ]; then
+       update-modules
+fi