[Libreoffice-commits] core.git: Branch 'distro/suse/suse-4.0' - solenv/bin

Andras Timar atimar at suse.com
Wed Apr 3 23:43:43 PDT 2013


 solenv/bin/modules/installer/ziplist.pm |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit f5c25c54d38e06e8fb5f36be043b9316da036bf9
Author: Andras Timar <atimar at suse.com>
Date:   Wed Apr 3 23:43:13 2013 -0700

    For Intel AppUp build hide the links in start center
    
    Change-Id: I74e6757741ba9d8c8c494018e4bf3e4f638aa3f6

diff --git a/solenv/bin/modules/installer/ziplist.pm b/solenv/bin/modules/installer/ziplist.pm
index c052e72..66c0688 100644
--- a/solenv/bin/modules/installer/ziplist.pm
+++ b/solenv/bin/modules/installer/ziplist.pm
@@ -104,6 +104,7 @@ sub read_ziplist {
     set_default_productversion_if_required($allvariableshashref);
     add_variables_to_allvariableshashref($allvariableshashref);
     overwrite_branding( $allvariableshashref );
+    startcenter_links_hide_or_not( $allvariableshashref );
 
     return $allsettingsarrayref, $allvariableshashref;
 }
@@ -833,6 +834,16 @@ sub overwrite_branding
 }
 
 ###########################################################
+# For Intel AppUp build hide the links in start center
+###########################################################
+sub startcenter_links_hide_or_not
+{
+    my ($variableshashref) = @_;
+    $variableshashref->{'STARTCENTER_HIDE_EXTERNAL_LINKS'} = "1" , if( defined $ENV{'ENABLE_SILENT_MSI'}  && $ENV{'ENABLE_SILENT_MSI'} eq "TRUE" );
+}
+
+
+###########################################################
 # Adding the lowercase variables into the variableshashref
 ###########################################################
 


More information about the Libreoffice-commits mailing list