diff options
Diffstat (limited to 'autoscripts/postrm-modules')
-rw-r--r-- | autoscripts/postrm-modules | 1 |
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 |