From 5805734abe47408789596318aec7bfcafff19929 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 12 May 2011 10:27:21 +0300 Subject: Don't ship rebaseoo.exe and rebasegui.exe, fdo#36679 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- scp2/source/ooo/common_brand.scp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'scp2') 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; -- cgit