Files
omarchy/migrations/1752897642.sh

5 lines
140 B
Bash
Raw Permalink Normal View History

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