summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 12:19:59 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 12:19:59 +0000
commita1d2774e1aae2537fb843085135ddfdbd6ae207b (patch)
treef5c6a8b8bdc5120811a90c6e3c391e889d7a7a9e
parent40ab61e0a75056b798c4813059317d14556d6ce8 (diff)
INTEGRATION: CWS onlineupdate6 (1.3.132); FILE MERGED
2007/10/15 04:48:39 obr 1.3.132.1: #i82283# added unpack and update script
-rw-r--r--scp2/source/onlineupdate/file_onlineupdate.scp12
1 files changed, 10 insertions, 2 deletions
diff --git a/scp2/source/onlineupdate/file_onlineupdate.scp b/scp2/source/onlineupdate/file_onlineupdate.scp
index 504e8b2420e0..7c1bb7f257b7 100644
--- a/scp2/source/onlineupdate/file_onlineupdate.scp
+++ b/scp2/source/onlineupdate/file_onlineupdate.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: file_onlineupdate.scp,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 14:33:31 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 13:19:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,3 +53,11 @@ File gid_File_Registry_Spool_Oo_Office_Jobs_Onlineupdate_Xcu
Name = "/registry/spool/org/openoffice/Office/Jobs/Jobs-onlineupdate.xcu";
End
+#if defined LINUX || defined SOLARIS
+File gid_File_Bin_UnpackUpdate
+ BIN_FILE_BODY;
+ Dir = gid_Dir_Program;
+ Name = "unpack_update";
+ Styles = (PACKED, PATCH);
+End
+#endif