From bfc1108958d77aca6462f5c6b8ba097fd5f5a264 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 30 Oct 2013 14:45:09 +0100 Subject: setup_native: remove root[345].dat These dummy files were apparently added for i#73345 to prevent issues from dpkg when some core-0[345] package was empty; these packages are never empty nowadays. Change-Id: I58f03677473a594f03a51d0440095bdf4a6ea3fd --- scp2/source/ooo/file_ooo.scp | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index ec76fac19682..b2b8d054c29c 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -701,33 +701,6 @@ File gid_Starregistry_Services_Rdb Styles = (PACKED); End -#ifdef LINUX -File gid_File_Dat_Root3 - TXT_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "root3.dat"; - Styles = (PACKED); -End -#endif - -#ifdef LINUX -File gid_File_Dat_Root4 - TXT_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "root4.dat"; - Styles = (PACKED); -End -#endif - -#ifdef LINUX -File gid_File_Dat_Root5 - TXT_FILE_BODY; - Dir = gid_Brand_Dir_Program; - Name = "root5.dat"; - Styles = (PACKED); -End -#endif - #ifdef MACOSX File gid_File_App_InfoPlist TXT_FILE_BODY; -- cgit