
if [ -d /tmp/tcloop/APPNAME/ ]; then
   if [ -f /usr/bin/shotwell ]; then
	rm /usr/bin/shotwell
   fi

   if [ -f /tmp/tcloop/APPNAME/usr/bin/shotwell ]; then
	/bb/cp /tmp/tcloop/APPNAME/usr/bin/shotwell /usr/bin
   fi
fi
