summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-modules
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-modules')
-rw-r--r--autoscripts/postrm-modules3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postrm-modules b/autoscripts/postrm-modules
new file mode 100644
index 00000000..f2d4cb7a
--- /dev/null
+++ b/autoscripts/postrm-modules
@@ -0,0 +1,3 @@
+if [ -x /sbin/update-modules ]; then
+ update-modules >/dev/null
+fi