diff options
-rw-r--r-- | scp2/source/ooo/scpaction_ooo.scp | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/scp2/source/ooo/scpaction_ooo.scp b/scp2/source/ooo/scpaction_ooo.scp index 1340ad17ee1a..9401f2758b05 100644 --- a/scp2/source/ooo/scpaction_ooo.scp +++ b/scp2/source/ooo/scpaction_ooo.scp @@ -2,9 +2,9 @@ * * $RCSfile: scpaction_ooo.scp,v $ * -* $Revision: 1.1 $ +* $Revision: 1.2 $ * -* last change: $Author: is $ $Date: 2004-02-05 18:10:13 $ +* last change: $Author: rt $ $Date: 2004-02-10 15:45:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,15 +74,6 @@ ScpAction scp_Installwebtop FlatLoaderZip = "user_registry.xsl"; End -#ifdef LINUX - -ScpAction scp_Copy_Wrapper - Copy = "install.sh"; - Name = EXENAME(install); -End - -#endif - ScpAction scp_Copy_License_Html #ifdef UNX README_TXT_ALL_LANG(Copy, LICENSE, html); |