1
0
mirror of https://gitea.blesmrt.net/mikaela/shell-things.git synced 2025-02-18 06:31:01 +01:00
shell-things/etc/systemd/system/flatpak-update.service

8 lines
239 B
Desktop File

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