summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/scpaction_ooo.scp
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 12:27:14 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 12:27:14 +0000
commitdb74ecdc045a5b915ceda07aa86d8420cad48d79 (patch)
treee36279935797569a70850a0a66ac98f6d9e7aba6 /scp2/source/ooo/scpaction_ooo.scp
parent4ca3c0659b379adf7e72db6ed1a8b016e5191295 (diff)
INTEGRATION: CWS onlineupdate6 (1.7.250); FILE MERGED
2007/11/15 13:49:54 obr 1.7.250.2: #i82283# added appropriate ifdefs 2007/10/15 04:48:40 obr 1.7.250.1: #i82283# added unpack and update script
Diffstat (limited to 'scp2/source/ooo/scpaction_ooo.scp')
-rw-r--r--scp2/source/ooo/scpaction_ooo.scp25
1 files changed, 9 insertions, 16 deletions
diff --git a/scp2/source/ooo/scpaction_ooo.scp b/scp2/source/ooo/scpaction_ooo.scp
index 94dcea5bbafa..94842e3ee3ac 100644
--- a/scp2/source/ooo/scpaction_ooo.scp
+++ b/scp2/source/ooo/scpaction_ooo.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: scpaction_ooo.scp,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ihi $ $Date: 2007-11-26 13:19:34 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 13:27:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -321,19 +321,12 @@ ScpAction scp_Copy_Xpd_Help_Html_Uninstallationprologue_En_Us
Subdir = "installdata/html";
End
-#ifdef MACOSX
-ScpAction scp_Copy_Dmg_Background_Image
- Copy = "osxdndinstall.png";
- Name = "background.png";
- UnixRights = 444;
- Styles = ();
- Subdir = ".background";
-End
-
-ScpAction scp_Copy_Ds_Store
- Copy = "DS_Store";
- Name = ".DS_Store";
- UnixRights = 444;
- Styles = ();
+#if defined LINUX || defined SOLARIS
+ScpAction scp_Copy_Update_Script
+ Copy = "update";
+ Name = "update";
+ Styles = (SCPZIP_REPLACE);
+ UnixRights = 775;
End
#endif
+