summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-02 22:44:19 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-02 23:01:12 +0200
commit9c9109c6e09890ac6f6596cdfbe3b6e1f7cfded7 (patch)
tree97dc6686c5012b22ac7c2a27d56f018374946f59 /scp2
parentbb90b21dbdd50e6d7e5378a0f1d6bbb595af5087 (diff)
scp2: move package desktop_scripts_install to AutoInstall
Change-Id: I96baefdb6511f4bd632a0044b26074834615bc57
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/common_brand.scp32
1 files changed, 0 insertions, 32 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index e36f8741de6b..a9e53ab7906e 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -52,10 +52,7 @@ Module gid_Module_Root_Brand
gid_Brand_Dir_Share_Registry,
gid_Brand_Dir_Share_Xdg);
Files = (auto_brand_ALL,
- gid_Brand_File_Gdb_Trace,
- gid_Brand_File_Bin_Unoinfo,
gid_Brand_File_Desktophelper_Txt,
- gid_Brand_File_Script_Unopkg,
gid_Brand_File_Share_Xdg_Base,
gid_Brand_File_Share_Xdg_Calc,
gid_Brand_File_Share_Xdg_Draw,
@@ -162,17 +159,6 @@ End
// Files
-#if defined UNX && !defined MACOSX
-
-File gid_Brand_File_Gdb_Trace
- TXT_FILE_BODY;
- Dir = gid_Brand_Dir_Program;
- Name = gdbtrace;
- Styles = (PACKED);
-End
-
-#endif
-
#ifdef WNT
File gid_Brand_File_Desktophelper_Txt
TXT_FILE_BODY;
@@ -183,24 +169,6 @@ File gid_Brand_File_Desktophelper_Txt
End
#endif
-#if !defined WNT
-File gid_Brand_File_Bin_Unoinfo
- BIN_FILE_BODY;
- Dir = gid_Brand_Dir_Program;
- Name = "unoinfo";
- Styles = (PACKED);
-End
-#endif
-
-#if defined UNX && !defined MACOSX
-File gid_Brand_File_Script_Unopkg
- BIN_FILE_BODY;
- Dir = gid_Brand_Dir_Program;
- Styles = (PACKED);
- Name = "unopkg";
-End
-#endif
-
File gid_Brand_File_Readme_Readme
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Readme;