deb-update/flatpak: spoke too soon

apparently now when I `flatpak update --assumeyes`,
org.freedesktop.Platform.GL.default gets updated and immediately
afterwards it gets removed as nothing is using it?
This commit is contained in:
Aminda Suomalainen 2019-09-12 23:35:14 +03:00
parent be80560c5e
commit 0ac85c1678
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 2 additions and 3 deletions

View File

@ -15,9 +15,8 @@ apt-get "$@" upgrade --with-new-pkgs
# Flatpak apps are sandboxed and should be safe to update automatically
flatpak update --assumeyes
# Flatpak's version of `apt autoremove`, I cannot remember it ever removing
# anything necessary
flatpak uninstall --unused --assumeyes
# Flatpak's version of `apt autoremove`
flatpak uninstall --unused
# Snap packages auto-update anyway though, but I like checking them while
# doing everything else too