diff options
Diffstat (limited to 'autoscripts/postinst-modules')
-rw-r--r-- | autoscripts/postinst-modules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/autoscripts/postinst-modules b/autoscripts/postinst-modules index babf39bd..a8f4ce70 100644 --- a/autoscripts/postinst-modules +++ b/autoscripts/postinst-modules @@ -1,3 +1,2 @@ -if [ "$1" = "configure" ] && [ -x /sbin/update-modules ]; then - update-modules >/dev/null -fi +update-modules +depmod -a |