if [ -f "setup.bash" ]; then . ./setup.bash > /dev/null else . ./gs2build/setup.bash > /dev/null fi $GSDLHOME/bin/$GSDLOS/search4j -p ./packages/jre -l ./uninst.jar if [ -e "uninst.flag" ]; then rm -rf packages/jre rmdir packages rm -f bin/$GSDLOS/search4j rmdir bin/$GSDLOS rm -f bin/search4j rmdir bin rm uninst.jar rm uninst.flag rm Uninstall.* CONTENTS=`ls` if [ -z "$CONTENTS" ]; then GSDEL=`pwd` cd .. rmdir $GSDEL fi fi