This commit is contained in:
2025-11-24 16:06:40 -07:00
parent 19814a9c8d
commit bd94f9473e
4 changed files with 23 additions and 0 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
rakuos-settings (1.1.2-1-1rakuos1) unstable; urgency=medium
* Fix for RakuOS Appstream info via timer
-- Tohur <tohur@rakuos.org> Wed, 23 Nov 2025 23:22:44 -0700
rakuos-settings (1.1.1-1-1rakuos1) unstable; urgency=medium
* Fix for RakuOS Appstream info

1
debian/postinst vendored
View File

@@ -3,3 +3,4 @@
set -e
systemctl enable pci-latency.service
systemctl enable appstream-refresh.timer

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Refresh AppStream metadata cache
[Service]
Type=oneshot
ExecStart=/usr/bin/appstreamcli refresh --source=os

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Run AppStream refresh every 15 minutes
[Timer]
OnBootSec=5m
OnUnitActiveSec=30m
Unit=appstream-refresh.service
[Install]
WantedBy=timers.target