omarchy/migrations/1752897642.sh
2025-08-24 17:35:24 +02:00

5 lines
143 B
Bash

echo "Remove needless fcitx5-configtool package"
if pacman -Qe fcitx5-configtool &>/dev/null; then
yay -Rns --noconfirm fcitx5-configtool
fi