
if [ -d /tmp/tcloop/APPNAME/ ]; then 
   [ -e /usr/bin/xterm ] && rm /usr/bin/xterm
   /bb/cp -asf /tmp/tcloop/APPNAME/usr/bin/xterm /usr/bin/
fi


