diff --git a/install/desktop.sh b/install/desktop.sh index e91cb08..a3b9bbc 100644 --- a/install/desktop.sh +++ b/install/desktop.sh @@ -2,7 +2,7 @@ yay -S --noconfirm --needed \ brightnessctl playerctl pamixer wiremix wireplumber \ - fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool wl-clip-persist \ + fcitx5 fcitx5-gtk fcitx5-qt wl-clip-persist \ nautilus sushi ffmpegthumbnailer \ slurp wl-screenrec \ mpv evince imv \ diff --git a/migrations/1752897642.sh b/migrations/1752897642.sh new file mode 100644 index 0000000..5049e92 --- /dev/null +++ b/migrations/1752897642.sh @@ -0,0 +1,4 @@ +echo "Remove needless fcitx5-configtool package" +if command -v fcitx5-configtool &>/dev/null; then + yay -Rns --noconfirm fcitx5-configtool +fi