mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
9 lines
275 B
Desktop File
9 lines
275 B
Desktop File
[Unit]
|
|
Description=install flatpak updates and uninstall unused flatpaks
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
# Contained in `systemd-path search-binaries-default`
|
|
ExecStart=flatpak update --assumeyes --noninteractive
|
|
ExecStartPost=flatpak uninstall --unused --assumeyes --noninteractive
|