Update appstream/metainfo script

This commit is contained in:
2025-11-22 18:25:40 -07:00
parent b3b8177a74
commit 16f8a2a036
5 changed files with 57 additions and 1 deletions

View File

@@ -1 +0,0 @@
APT::Default-Release "rakuos";

View File

@@ -0,0 +1,3 @@
APT::Update::Post-Invoke-Success {
"bash /usr/bin/rakuos-appstream-sync || true";
};