From f0b1dd286b93da40aa3737ba5806d7e462cdd6ba Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 30 Jul 2025 23:32:17 +0200 Subject: [PATCH] Dropbox is now an optional setup --- migrations/1752981882.sh | 5 ----- migrations/1753064164.sh | 6 ------ 2 files changed, 11 deletions(-) delete mode 100644 migrations/1752981882.sh delete mode 100644 migrations/1753064164.sh 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