Files
euri-packages/packages/euri-keyring/euri-keyring.install
T

9 lines
143 B
Plaintext
Raw Normal View History

post_install() {
pacman-key --init 2>/dev/null || true
2026-08-21 21:21:54 +02:00
pacman-key --populate euri 2>/dev/null || true
}
post_upgrade() {
post_install
}