Make migrations faster to skip if they've already been run

This commit is contained in:
David Heinemeier Hansson
2025-07-20 17:36:29 -05:00
parent 5b3c324350
commit 9b8569e537
16 changed files with 67 additions and 45 deletions

View File

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