Subversion Repositories LCARS

Rev

Blame | Last modification | View Log | RSS feed

1
#!/bin/bash

APPFILENAME="translate"

echo
rm /usr/bin/$APPFILENAME
if [ $? -eq 0 ]; then
        echo "Successfully removed symbolic link: /usr/bin/"$APPFILENAME
fi
echo