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