Go to most recent revision | Details | Last modification | View Log | RSS feed
#!/bin/bash
APPFILENAME="translate"
echo
rm /usr/bin/$APPFILENAME
if [ $? -eq 0 ]; then
echo "Successfully removed symbolic link: /usr/bin/"$APPFILENAME
fi