diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-12 10:27:21 +0300 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-05-12 12:27:50 +0200 |
commit | 5805734abe47408789596318aec7bfcafff19929 (patch) | |
tree | b1dcf44a560187be0d7a7888f9b9eb3e428613ae /scp2 | |
parent | 25d454eb598e1110741c78b958d03f75fe22d815 (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...
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
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 5f34ebc8d810..47e5f9f542a6 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; |