diff --git a/migrations/1777542438.sh b/migrations/1777542438.sh deleted file mode 100644 index 0b9a52b8..00000000 --- a/migrations/1777542438.sh +++ /dev/null @@ -1,14 +0,0 @@ -echo "Replace coterie of individual Elephant packages with the single elephant-all package" - -if omarchy-pkg-present omarchy-walker; then - sudo pacman -R --noconfirm omarchy-walker -fi - -mapfile -t elephant_packages < <(pacman -Qq | grep '^elephant-' | grep -v '^elephant-all$' || true) - -if (( ${#elephant_packages[@]} > 0 )); then - sudo pacman -Rns --noconfirm "${elephant_packages[@]}" -fi - -omarchy-pkg-add elephant-all -omarchy-restart-walker