diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 03:49:42 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-11 03:49:42 +0200 |
commit | e07efd070d22cc7c540ffda55043ab7277d46a3e (patch) | |
tree | e83289f8da829c49fc3881c49cf74d64406cf272 /solenv | |
parent | 78ceb50f27a7e148088411e7c2b0bcc67749b2f4 (diff) |
Add comment about OxygenOffice's use of XPD
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/make_installer.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/make_installer.pl b/solenv/bin/make_installer.pl index 2bfdac88ecbd..9dfe9b53e4dd 100644 --- a/solenv/bin/make_installer.pl +++ b/solenv/bin/make_installer.pl @@ -476,6 +476,8 @@ installer::logger::print_message( "... analyzing scpactions ... \n" ); my $scpactionsinproductarrayref = installer::setupscript::get_all_items_from_script($setupscriptref, "ScpAction"); if ( $installer::globals::globallogging ) { installer::files::save_array_of_hashes($loggingdir . "productscpactions1.log", $scpactionsinproductarrayref); } +# Note: Don't clean away XPD installer stuff before verified whether +# OxygenOffice still uses it or not, see insesetoo_native/util/openoffice.lst if (( ! $allvariableshashref->{'XPDINSTALLER'} ) || ( ! $installer::globals::isxpdplatform )) { $scpactionsinproductarrayref = installer::scriptitems::remove_Xpdonly_Items($scpactionsinproductarrayref); |