diff options
Diffstat (limited to 'urpmi.update')
-rwxr-xr-x | urpmi.update | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/urpmi.update b/urpmi.update index 5fb32981..858556ef 100755 --- a/urpmi.update +++ b/urpmi.update @@ -98,6 +98,9 @@ where <name> is a medium name to update. } $urpm->update_media(%options, callback => \&urpm::sync_logger); + + #- try to umount removable device which may have been mounted. + $urpm->try_umounting_removables; } main(@ARGV); |