diff --git a/migrations/1753064164.sh b/migrations/1753064164.sh new file mode 100644 index 0000000..8ac2757 --- /dev/null +++ b/migrations/1753064164.sh @@ -0,0 +1,6 @@ +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