uninstall langpack too

This commit is contained in:
Tobias Powalowski 2024-06-16 13:06:24 +02:00
parent f723f3377e
commit 5eef5a47de

View file

@ -114,7 +114,7 @@ _prepare_browser() {
fi
_firefox_flags
else
pacman -Q firefox &>"${_NO_LOG}" && pacman -R --noconfirm $(pacman -Q | grep firefox | cur -d ' ' -f 2) &>"${_LOG}"
pacman -Q firefox &>"${_NO_LOG}" && pacman -R --noconfirm $(pacman -Q | grep firefox | cut -d ' ' -f 2) &>"${_LOG}"
pacman -Q chromium &>"${_NO_LOG}" || _run_pacman chromium
_chromium_flags
fi