Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
post_install() {
|
|
usr/bin/pacman-key --populate omarchycn
|
|
}
|
|
|
|
post_upgrade() {
|
|
usr/bin/pacman-key --populate omarchycn
|
|
}
|