summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-modules
diff options
context:
space:
mode:
authorjoey <joey>2005-12-08 18:08:52 +0000
committerjoey <joey>2005-12-08 18:08:52 +0000
commit084815258f457f7a41934549b52a63ba34b759e1 (patch)
treec8a6b184b02e3576ef8aaf30c50a36ed153fa82e /autoscripts/postrm-modules
parentbbf4a3e5e7874150370b5d3ececb722686d1d732 (diff)
r1827: releasing version 5.0.9
Diffstat (limited to 'autoscripts/postrm-modules')
-rw-r--r--autoscripts/postrm-modules1
1 files changed, 1 insertions, 0 deletions
diff --git a/autoscripts/postrm-modules b/autoscripts/postrm-modules
index 35db8718..bcacb9f5 100644
--- a/autoscripts/postrm-modules
+++ b/autoscripts/postrm-modules
@@ -1,3 +1,4 @@
if [ -x "`which update-modules 2>/dev/null`" ]; then
update-modules >/dev/null || [ "$?" = 3 ]
fi
+depmod -a || true