diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-01 22:19:04 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-02 20:14:39 +0100 |
commit | 67398a8d9746dbed743beb702a8cff2eac2bbf99 (patch) | |
tree | 6b07d35e8b4c926775cd403940c4ea0a862ff15e /scp2/source | |
parent | a779b5f7f0dec55482172ca5dbe978dffbd46dac (diff) |
tdf#90753: AutoInstall setup_native packages
Change-Id: Iecf059b974b996fceb57b04197c7dac9b7c8dd47
Diffstat (limited to 'scp2/source')
-rw-r--r-- | scp2/source/onlineupdate/file_onlineupdate.scp | 9 | ||||
-rw-r--r-- | scp2/source/onlineupdate/module_onlineupdate.scp | 1 | ||||
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 8 |
3 files changed, 0 insertions, 18 deletions
diff --git a/scp2/source/onlineupdate/file_onlineupdate.scp b/scp2/source/onlineupdate/file_onlineupdate.scp index 442d9ce96297..98a5da516383 100644 --- a/scp2/source/onlineupdate/file_onlineupdate.scp +++ b/scp2/source/onlineupdate/file_onlineupdate.scp @@ -25,12 +25,3 @@ File gid_File_Share_Registry_Onlineupdate_Xcd Name = "onlineupdate.xcd"; ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"; End - -#if defined LINUX || defined SOLARIS -File gid_File_Bin_UnpackUpdate - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "unpack_update"; - Styles = (PACKED); -End -#endif diff --git a/scp2/source/onlineupdate/module_onlineupdate.scp b/scp2/source/onlineupdate/module_onlineupdate.scp index a2afd3a07cfd..4225bb74f701 100644 --- a/scp2/source/onlineupdate/module_onlineupdate.scp +++ b/scp2/source/onlineupdate/module_onlineupdate.scp @@ -28,6 +28,5 @@ Module gid_Module_Optional_Onlineupdate Default = YES; Styles = (); Files = (auto_onlineupdate_ALL, - gid_File_Bin_UnpackUpdate, gid_File_Share_Registry_Onlineupdate_Xcd); End diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 8e90992da81b..68eb9cb8bd90 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -78,7 +78,6 @@ Module gid_Module_Root_Brand gid_Brand_File_Share_Xdg_StartCenter, gid_Brand_File_Share_Xdg_Writer, gid_Brand_File_Share_Xdg_XsltFilter, - gid_Brand_File_Txt_Package, gid_License_Txt, git_License_Odt, gid_Credits_Odt, @@ -520,13 +519,6 @@ File gid_Brand_File_Script_Unopkg End #endif -File gid_Brand_File_Txt_Package - TXT_FILE_BODY; - Dir = gid_Brand_Dir_Share_Extensions; - Name = "package.txt"; - Styles = (PACKED); -End - File gid_Brand_File_Share_Registry_Cjk_Xcd TXT_FILE_BODY; Styles = (PACKED,MAKE_LANG_SPECIFIC); |