From 764e688fcf497d4b44bcc4d4b009a0cc886b6c14 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 21 Sep 2013 01:34:26 +0200 Subject: desktop: soffice.bin and unopkg.bin cleanup Clean up the horrible mess around unopkg.bin unopkg.com unopkg.exe and soffice.bin soffice.exe and crashrep.com executables and associated renaming via Packages in the desktop makefiles by simply using RepositoryFixes to correct the names. Change-Id: I4d3a549462cfa90a63d62b35db1b0407b25239f7 --- scp2/source/ooo/common_brand.scp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index f19f83ebef88..8eb6ac68e232 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -531,17 +531,10 @@ End #ifndef MACOSX File gid_Brand_File_Bin_Soffice_Bin -#ifdef WNT -// FIXME quick hack - Dir = FILELIST_DIR; - Name = "desktop_soffice_bin.filelist"; - Styles = (FILELIST, PACKED); -#else BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; Styles = (PACKED); Name = "soffice.bin"; -#endif End #endif -- cgit