
if [ -d /tmp/tcloop/APPNAME/ ]; then
   rm /bin/gzip
   /bb/cp -af /tmp/tcloop/APPNAME/bin/gzip /bin/

   rm /bin/gunzip
   /bb/cp -af /tmp/tcloop/APPNAME/bin/gunzip /bin/

   rm /bin/uncompress
   /bb/cp -af /tmp/tcloop/APPNAME/bin/uncompress /bin/

   rm /bin/zcat
   /bb/cp -af /tmp/tcloop/APPNAME/bin/zcat /bin/
fi


