
if [ -d /tmp/tcloop/wget ]; then
 rm -f /usr/bin/wget
 ln -sf /tmp/tcloop/wget/usr/bin/wget /usr/bin/wget
fi
