mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
5 lines
151 B
Bash
5 lines
151 B
Bash
echo "Remove needless fcitx5-configtool package"
|
|
if pacman -Qe fcitx5-configtool &>/dev/null; then
|
|
sudo pacman -Rns --noconfirm fcitx5-configtool
|
|
fi
|