summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-09-16 12:31:12 +0000
committerFrancois Pons <fpons@mandriva.com>2002-09-16 12:31:12 +0000
commitb3392d01fc2f69381fafd73eb8a82b24833b3aed (patch)
tree2d0621b4c63fd52526af6c03c591cd83c9f3295e /urpmi
parentc0c183400da9a38b8a15489df019f03a82fd7f23 (diff)
downloadurpmi-b3392d01fc2f69381fafd73eb8a82b24833b3aed.tar
urpmi-b3392d01fc2f69381fafd73eb8a82b24833b3aed.tar.gz
urpmi-b3392d01fc2f69381fafd73eb8a82b24833b3aed.tar.bz2
urpmi-b3392d01fc2f69381fafd73eb8a82b24833b3aed.tar.xz
urpmi-b3392d01fc2f69381fafd73eb8a82b24833b3aed.zip
4.0-19mdk
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi2
1 files changed, 2 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index ad190959..d67a4900 100755
--- a/urpmi
+++ b/urpmi
@@ -567,6 +567,8 @@ if (%sources_install || %sources) {
} else {
message(_("everything already installed"), $auto);
}
+#- try to umount removable device which may have been mounted.
+$urpm->try_umounting_removables;
#- this help flushing correctly by closing this file before (piped on tee).
#- but killing them is generally better.