diff options
-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) { |