disable hunspell before purging

This commit is contained in:
Stefen Auris 2025-03-11 02:28:05 -04:00
parent 494a212af2
commit e6fed46c13

View file

@ -53,6 +53,7 @@ Pin-Priority: -1
echo "Backing up Snap Profile"
mkdir ~/mozilla_backup
cp -r ~/snap/firefox/common/.mozilla ~/mozilla_backup
sudo systemctl disable --now var-snap-firefox-common-host\\x2dhunspell.mount
sudo snap remove firefox
;;