mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
8 lines
239 B
Desktop File
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
|