Add omarchycn-keyring package and container build script

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
2026-08-24 19:00:28 -04:00
co-authored by Claude Fable 5
parent 04b2d8836e
commit a867157978
5 changed files with 80 additions and 0 deletions
@@ -0,0 +1,7 @@
post_install() {
usr/bin/pacman-key --populate omarchycn
}
post_upgrade() {
usr/bin/pacman-key --populate omarchycn
}