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 then
echo "are you sure that you want to remove Firefox? (enter to continue)" echo "are you sure that you want to remove Firefox? (enter to continue)"
read nothing read nothing
if [ $nothing == "" ] rm -R /home/userh/.firefox-can/
then rm /home/userh/.local/share/applications/firefox-can.desktop
rm -R /home/userh/.firefox-can/ echo "removed"
rm /home/userh/.local/share/applications/firefox-can.desktop
echo "removed"
fi
exit exit
fi fi