diff options
author | Olivier Blin <blino@mageia.org> | 2012-10-13 21:52:19 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2012-10-13 21:52:19 +0000 |
commit | 70013f62f79353910e5d1358eabb045a1b375bff (patch) | |
tree | 10d75bdb3719b3c921738ef2e12d92d1de6a8d20 /perl-install/standalone/remove-unused-packages | |
parent | 43cb1939cb424110d1606db96c9aad791183cb25 (diff) | |
download | drakx-70013f62f79353910e5d1358eabb045a1b375bff.tar drakx-70013f62f79353910e5d1358eabb045a1b375bff.tar.gz drakx-70013f62f79353910e5d1358eabb045a1b375bff.tar.bz2 drakx-70013f62f79353910e5d1358eabb045a1b375bff.tar.xz drakx-70013f62f79353910e5d1358eabb045a1b375bff.zip |
debug remove packages feature
Diffstat (limited to 'perl-install/standalone/remove-unused-packages')
-rwxr-xr-x | perl-install/standalone/remove-unused-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/remove-unused-packages b/perl-install/standalone/remove-unused-packages index bc54c3e1c..4eb60c2e9 100755 --- a/perl-install/standalone/remove-unused-packages +++ b/perl-install/standalone/remove-unused-packages @@ -6,6 +6,6 @@ use interactive; use do_pkgs; use standalone; -my $in = interactive->vnew('su'); +my $in = interactive->vnew();#'su'); my $do_pkgs = do_pkgs::do_pkgs($in); pkgs::remove_unused_packages($in, $do_pkgs); |