Searched refs:UNOPKG (Results 1 – 7 of 7) sorted by relevance
29 UNOPKG=$PROGRAMDIR/unopkg59 if [ ! -f "$UNOPKG" ]; then60 echo "Error: File $UNOPKG does not exist"64 if [ ! -x "$UNOPKG" ]; then65 echo "Error: File $UNOPKG is not an executable file"89 COMMAND="$UNOPKG remove --shared `basename $i`"
30 UNOPKG=$PROGRAMDIR/unopkg61 if [ ! -f "$UNOPKG" ]; then62 echo "Error: File $UNOPKG does not exist"66 if [ ! -x "$UNOPKG" ]; then67 echo "Error: File $UNOPKG is not an executable file"91 COMMAND="$UNOPKG add --shared --suppress-license $i"
1132 open (UNOPKG, $systemcall);1133 while (<UNOPKG>) {push(@unopkgoutput, $_); }1134 close (UNOPKG);
31 UNOPKG=/export/Solaris_11/usr_`uname -p`.allPRODUCTDIRECTORYNAME/program/unopkg35 UNOPKG=$$BASEDIR/PRODUCTDIRECTORYNAME/program/unopkg44 ) | $$POSTRUN -b -c UNOPKG52 "$$UNOPKG" sync74 ) | $$PKG_INSTALL_ROOT/usr/lib/postrun -c UNOPKG
43 #ifdef UNOPKG106 #ifdef UNOPKG133 #ifdef UNOPKG160 #ifdef UNOPKG260 #ifndef UNOPKG261 if ( !_tgetenv( TEXT("UNOPKG") ) )408 #ifdef UNOPKG
26 #define UNOPKG macro
135 open (UNOPKG, $systemcall);136 while (<UNOPKG>)141 close (UNOPKG);
Completed in 35 milliseconds