summaryrefslogtreecommitdiff
path: root/sysui/desktop/share/brand.pl
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/desktop/share/brand.pl')
-rwxr-xr-xsysui/desktop/share/brand.pl8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysui/desktop/share/brand.pl b/sysui/desktop/share/brand.pl
index ec71b9f90995..279302ab5f08 100755
--- a/sysui/desktop/share/brand.pl
+++ b/sysui/desktop/share/brand.pl
@@ -39,7 +39,6 @@ $destdir = pop @ARGV;
mkdir $destdir,0777;
$productname = "LibreOffice";
-$productname_br = "BrOffice";
$productfilename = "libreoffice";
$prefix = "";
$iconprefix = "";
@@ -51,10 +50,6 @@ while ($_ = $ARGV[0], /^-/) {
$productname = $ARGV[0];
shift;
}
- if (/^-b/) {
- $productname_br = $ARGV[0];
- shift;
- }
if (/^-u/) {
$productfilename = $ARGV[0];
shift;
@@ -121,9 +116,6 @@ while (<>) {
}
}
- # replace %PRODUCTNAME_BR placeholders
- s/%PRODUCTNAME_BR/$productname_br/g;
-
# replace %PRODUCTNAME placeholders
s/%PRODUCTNAME/$productname/g;