Rev 15 | Details | Compare with Previous | 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