diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-10-09 14:34:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-10-09 14:34:36 +0000 |
commit | 454196e8eddfc9434421a27729d06f58211970c0 (patch) | |
tree | aea2fa47062325981b8b41b713ec0de6d11275c2 /perl-install/install | |
parent | 1816979455549e9f71350509a2cdfe5f42b85d00 (diff) | |
download | drakx-454196e8eddfc9434421a27729d06f58211970c0.tar drakx-454196e8eddfc9434421a27729d06f58211970c0.tar.gz drakx-454196e8eddfc9434421a27729d06f58211970c0.tar.bz2 drakx-454196e8eddfc9434421a27729d06f58211970c0.tar.xz drakx-454196e8eddfc9434421a27729d06f58211970c0.zip |
(main) stop handling Discovery & 'Powerpack+ which do not exist anymore
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/install2.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 0bd4abb1e..62f0adb42 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -545,8 +545,6 @@ sub main { One => 'desktop', Free => 'download', Powerpack => 'powerpack', - Discovery => 'desktop', - 'Powerpack+' => 'server', }->{$o->{product_id}{product}} || 'download'; } |