From 09cf1622af26d63c1a00d060cb16d670f5b04fbd Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 27 Feb 2003 14:31:59 +0000 Subject: 4.2-24mdk --- urpmi.update | 3 +++ 1 file changed, 3 insertions(+) (limited to 'urpmi.update') diff --git a/urpmi.update b/urpmi.update index 5fb32981..858556ef 100755 --- a/urpmi.update +++ b/urpmi.update @@ -98,6 +98,9 @@ where 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); -- cgit v1.2.1