Dominique Leuenberger
5a48f37b0b
- Correct Supplements for flatpak-zsh-completion boo#1201113 - package LICENSE file in every package - make flatpak-zsh-completion and system-user-flatpak noarch - add update-system-flatpaks timer that updates installed flatpaks daily if enabled OBS-URL: https://build.opensuse.org/request/show/986433 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=162
11 lines
160 B
SYSTEMD
11 lines
160 B
SYSTEMD
[Unit]
|
|
Description=Update system Flatpaks daily
|
|
Documentation=man:flatpak-update(1)
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|