diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-21 18:10:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-21 18:10:03 +0000 |
commit | 106088ec7089a961767fb19d83e9dc09ae02e076 (patch) | |
tree | 52a07da482a9b22c66e3c7964dcc80a4af35dd81 /urpmi.addmedia | |
parent | 3519a709524f3c8b4ea550838bcb863fe7e4a2c0 (diff) | |
download | urpmi-106088ec7089a961767fb19d83e9dc09ae02e076.tar urpmi-106088ec7089a961767fb19d83e9dc09ae02e076.tar.gz urpmi-106088ec7089a961767fb19d83e9dc09ae02e076.tar.bz2 urpmi-106088ec7089a961767fb19d83e9dc09ae02e076.tar.xz urpmi-106088ec7089a961767fb19d83e9dc09ae02e076.zip |
create urpm::removable out of urpm.pm
Diffstat (limited to 'urpmi.addmedia')
-rwxr-xr-x | urpmi.addmedia | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 04b6fe71..1fbded3b 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -193,6 +193,6 @@ if ($options{distrib}) { } #- try to umount removable devices which may have been mounted. -$urpm->try_umounting_removables; +urpm::removable::try_umounting_removables($urpm); # vim:ts=8:sts=4:sw=4 |