diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-27 09:58:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-27 09:58:43 +0000 |
commit | dfdf67465048d060f7f86cd70d55cb78b6da15d9 (patch) | |
tree | 421a29bd65b7117bfa0db071ddbb4845b7591b7b /perl-install/install/any.pm | |
parent | 06778644fe639e20bf25eae532dc5b002af3a808 (diff) | |
download | drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.gz drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.bz2 drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.tar.xz drakx-dfdf67465048d060f7f86cd70d55cb78b6da15d9.zip |
drop Move support (unused for quite a long time and superceeded by Globetrotter
which itself was obsoleted by Mdv One)
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index fd93f0fda..95b18964f 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -27,12 +27,8 @@ our @advertising_images; sub drakx_version { my ($o) = @_; - if ($::move) { - sprintf "DrakX-move v%s", cat_('/usr/bin/stage2/move.pm') =~ /move\.pm,v (\S+ \S+ \S+)/; - } else { my $version = cat__(getFile_($o->{stage2_phys_medium}, "install/stage2/VERSION")); sprintf "DrakX v%s", chomp_($version); - } } #-###################################################################################### |