1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-03-10 00:20:51 +01:00
shell-things/etc/systemd/user/flatpak-update-user.service

8 lines
264 B
Desktop File

[Unit]
Description=Install user level flatpak updates and uninstall unused flatpaks
[Service]
Type=oneshot
ExecStart=/usr/bin/flatpak update --user --assumeyes --noninteractive
ExecStartPost=/usr/bin/flatpak uninstall --user --unused --assumeyes --noninteractive