Also on removes

This commit is contained in:
David Heinemeier Hansson
2025-08-24 17:36:02 +02:00
parent 9d739faf2b
commit 673cea1644
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
echo "Remove needless fcitx5-configtool package"
if pacman -Qe fcitx5-configtool &>/dev/null; then
yay -Rns --noconfirm fcitx5-configtool
sudo pacman -Rns --noconfirm fcitx5-configtool
fi