]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-modules
r487: * dh_movefiles: Typo, Closes: #106532
[debhelper.git] / autoscripts / postrm-modules
index 7abe0c013344568de7908ad9c8ee106c46fc1711..fdf249efc66ca386aab9f43cfb81e82b5c86233e 100644 (file)
@@ -1 +1,3 @@
-update-modules
+if [ -x /sbin/update-modules ]; then
+       update-modules
+fi