diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-26 19:36:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-26 19:36:37 +0000 |
commit | 8aead2a45cdd1c6a88ebed575319f0c434a286b2 (patch) | |
tree | 21c4de3ed82aeb5c7136c31eef9fbcdd677d0d2b /urpm/removable.pm | |
parent | 9b9b640926d329e32205b41d77e12805f666b638 (diff) | |
download | urpmi-8aead2a45cdd1c6a88ebed575319f0c434a286b2.tar urpmi-8aead2a45cdd1c6a88ebed575319f0c434a286b2.tar.gz urpmi-8aead2a45cdd1c6a88ebed575319f0c434a286b2.tar.bz2 urpmi-8aead2a45cdd1c6a88ebed575319f0c434a286b2.tar.xz urpmi-8aead2a45cdd1c6a88ebed575319f0c434a286b2.zip |
add comment
Diffstat (limited to 'urpm/removable.pm')
-rw-r--r-- | urpm/removable.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/urpm/removable.pm b/urpm/removable.pm index 7e1a15c5..0298e083 100644 --- a/urpm/removable.pm +++ b/urpm/removable.pm @@ -77,6 +77,9 @@ sub try_umounting_removables { } #- examine if given medium is already inside a removable device. +#- +#- side-effects: +#- + those of try_mounting ($urpm->{removable_mounted}, mount) sub _check_notfound { my ($urpm, $list, $id, $dir, $removable) = @_; if ($dir) { |