diff --git a/migrations/1752981882.sh b/migrations/1752981882.sh deleted file mode 100644 index 9a37ae1..0000000 --- a/migrations/1752981882.sh +++ /dev/null @@ -1,5 +0,0 @@ -echo "Add missing libappindicator-gtk3 for Dropbox icon tray to work right" - -if ! pacman -Q libappindicator-gtk3 &>/dev/null; then - yay -S --noconfirm --needed libappindicator-gtk3 -fi diff --git a/migrations/1753064164.sh b/migrations/1753064164.sh deleted file mode 100644 index 8ac2757..0000000 --- a/migrations/1753064164.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Add missing Dropbox dependencies" - -# Dropbox is still there, but the dependencies aren't yet -if command -v dropbox-cli &>/dev/null && ! pacman -Q libappindicator-gtk3 &>/dev/null; then - yay -S --noconfirm --needed dropbox libappindicator-gtk3 python-gpgme nautilus-dropbox -fi