Home
last modified time | relevance | path

Searched refs:UNOPKG (Results 1 – 7 of 7) sorted by relevance

/trunk/main/setup_native/scripts/
H A Dderegister_extensions29 UNOPKG=$PROGRAMDIR/unopkg
59 if [ ! -f "$UNOPKG" ]; then
60 echo "Error: File $UNOPKG does not exist"
64 if [ ! -x "$UNOPKG" ]; then
65 echo "Error: File $UNOPKG is not an executable file"
89 COMMAND="$UNOPKG remove --shared `basename $i`"
H A Dregister_extensions30 UNOPKG=$PROGRAMDIR/unopkg
61 if [ ! -f "$UNOPKG" ]; then
62 echo "Error: File $UNOPKG does not exist"
66 if [ ! -x "$UNOPKG" ]; then
67 echo "Error: File $UNOPKG is not an executable file"
91 COMMAND="$UNOPKG add --shared --suppress-license $i"
H A Dadmin.pl1132 open (UNOPKG, $systemcall);
1133 while (<UNOPKG>) {push(@unopkgoutput, $_); }
1134 close (UNOPKG);
/trunk/main/setup_native/source/packinfo/
H A Dshellscripts_extensions.txt31 UNOPKG=/export/Solaris_11/usr_`uname -p`.allPRODUCTDIRECTORYNAME/program/unopkg
35 UNOPKG=$$BASEDIR/PRODUCTDIRECTORYNAME/program/unopkg
44 ) | $$POSTRUN -b -c UNOPKG
52 "$$UNOPKG" sync
74 ) | $$PKG_INSTALL_ROOT/usr/lib/postrun -c UNOPKG
/trunk/main/desktop/win32/source/guistdio/
H A Dguistdio.inc43 #ifdef UNOPKG
106 #ifdef UNOPKG
133 #ifdef UNOPKG
160 #ifdef UNOPKG
260 #ifndef UNOPKG
261 if ( !_tgetenv( TEXT("UNOPKG") ) )
408 #ifdef UNOPKG
H A Dunopkgio.cxx26 #define UNOPKG macro
/trunk/main/solenv/bin/modules/installer/
H A Dsimplepackage.pm135 open (UNOPKG, $systemcall);
136 while (<UNOPKG>)
141 close (UNOPKG);

Completed in 31 milliseconds