diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-12 10:27:21 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-12 10:27:34 +0300 |
commit | 1f19cae182a78bf3b6d73857983d55ddc08fcc32 (patch) | |
tree | bf7b373bd49d48a5791672d5c7423d9110b9e9d9 /scp2 | |
parent | 8bd114cf65bf963af45ea8d047691978e88619a2 (diff) |
Don't ship rebaseoo.exe and rebasegui.exe, fdo#36679
These are completely useless executables, and some virus scanners
thinks one of them is infected, so why even ship them...
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 5da35aef8b1d..3a72af6a4b77 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -570,22 +570,6 @@ File gid_Brand_File_Bin_Unopkgexe End #endif -#ifdef WNT -File gid_Brand_File_Bin_Rebaseoo - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Styles = (PACKED); - Name = "rebaseoo.exe"; -End - -File gid_Brand_File_Bin_Rebasegui - BIN_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Styles = (PACKED); - Name = "rebasegui.exe"; -End -#endif - #if defined UNX && !defined MACOSX File gid_Brand_File_Script_Unopkg BIN_FILE_BODY; |