diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-14 15:56:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-14 15:56:16 +0000 |
commit | 9f87ea734b52d737a18dda394afc5f4493bf6a40 (patch) | |
tree | 733297585537a50017f160663a1511728e69caaf /perl-install/install/any.pm | |
parent | 8e69642c2e7afd3f06a492f0e71df4964cdfd06a (diff) | |
download | drakx-9f87ea734b52d737a18dda394afc5f4493bf6a40.tar drakx-9f87ea734b52d737a18dda394afc5f4493bf6a40.tar.gz drakx-9f87ea734b52d737a18dda394afc5f4493bf6a40.tar.bz2 drakx-9f87ea734b52d737a18dda394afc5f4493bf6a40.tar.xz drakx-9f87ea734b52d737a18dda394afc5f4493bf6a40.zip |
advertising: drop support for .pl files, only {title} was still supported, and it's unused
Diffstat (limited to 'perl-install/install/any.pm')
-rw-r--r-- | perl-install/install/any.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 15e58d428..82d7048a5 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -1293,8 +1293,6 @@ sub copy_advertising { foreach (@files) { chomp; install::media::getAndSaveFile_($o->{stage2_phys_medium}, "$source_dir/$_", "$dir/$_"); - (my $pl = $_) =~ s/\.png/.pl/; - install::media::getAndSaveFile_($o->{stage2_phys_medium}, "$source_dir/$pl", "$dir/$pl"); } @advertising_images = map { "$dir/$_" } @files; } |