Update firefox-can

master
Manuel González 2021-07-16 18:24:57 -04:00 committed by GitHub
parent 60765dba19
commit 52a3a2de7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -4,12 +4,9 @@ if [ $1 = "--remove" ]
then
echo "are you sure that you want to remove Firefox? (enter to continue)"
read nothing
if [ $nothing == "" ]
then
rm -R /home/userh/.firefox-can/
rm /home/userh/.local/share/applications/firefox-can.desktop
echo "removed"
fi
rm -R /home/userh/.firefox-can/
rm /home/userh/.local/share/applications/firefox-can.desktop
echo "removed"
exit
fi