summaryrefslogtreecommitdiff
path: root/solenv/bin/modules/installer/download.pm
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-04-26 12:47:14 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-04-26 14:27:20 +0300
commit97bfc27b4b65f52283cbcb31d9a980d8f670af22 (patch)
tree85f408a8bb798b56994ccf905ee505107ef41bbd /solenv/bin/modules/installer/download.pm
parent877fcc829f4562f3753e5a0e1cbd7f35b2336a7d (diff)
Kill BrOffice, fdo#36262
Diffstat (limited to 'solenv/bin/modules/installer/download.pm')
-rw-r--r--solenv/bin/modules/installer/download.pm9
1 files changed, 0 insertions, 9 deletions
diff --git a/solenv/bin/modules/installer/download.pm b/solenv/bin/modules/installer/download.pm
index 147d3358f134..3d47e4294216 100644
--- a/solenv/bin/modules/installer/download.pm
+++ b/solenv/bin/modules/installer/download.pm
@@ -470,13 +470,6 @@ sub get_downloadname_productname
if ( $allvariables->{'PRODUCTNAME'} eq "URE" ) { $start = "LibO-URE"; }
- if ( $allvariables->{'PRODUCTNAME'} eq "BrOffice.org" ) { $start = "BrOo"; }
-
- if ( $allvariables->{'PRODUCTNAME'} eq "BrOo-dev" ) { $start = "BrOo-Dev"; }
-
- if (( $allvariables->{'PRODUCTNAME'} eq "BrOffice.org" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start = "BrOo-SDK"; }
-
- if (( $allvariables->{'PRODUCTNAME'} eq "BrOo-dev" ) && ( $allvariables->{'POSTVERSIONEXTENSION'} eq "SDK" )) { $start = "BrOo-Dev-SDK"; }
return $start;
}
@@ -1970,8 +1963,6 @@ sub create_download_sets
# add product name into script template
put_windows_productname_into_template($templatefile, $allvariableshashref);
@path_substs = (
- 'DOWNLOADBANNER_BR' => 'BANNERBMPPLACEHOLDER_BR',
- 'DOWNLOADBITMAP_BR' => 'WELCOMEBMPPLACEHOLDER_BR',
'DOWNLOADBANNER' => 'BANNERBMPPLACEHOLDER',
'DOWNLOADBITMAP' => 'WELCOMEBMPPLACEHOLDER',
'DOWNLOADSETUPICO' => 'SETUPICOPLACEHOLDER'