Files
chromatic-keyring/chromatic-keyring.install
2025-03-15 21:56:29 +01:00

10 lines
135 B
Plaintext

post_install() {
if [ ! -d /etc/pacman.d/ ]; then
pacman-key --init
fi
pacman-key --populate
}
post_upgrade() {
post_install
}