]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-modules
r477: * Check that update-modules is present before running it, since modutils
[debhelper.git] / autoscripts / postrm-modules
index 7abe0c013344568de7908ad9c8ee106c46fc1711..fdf249efc66ca386aab9f43cfb81e82b5c86233e 100644 (file)
@@ -1 +1,3 @@
-update-modules
+if [ -x /sbin/update-modules ]; then
+       update-modules
+fi