Add antergos-next-keyring and antergos-next-mirrorlist packages

This commit is contained in:
2026-06-08 19:15:44 +02:00
parent 29311de4eb
commit 063fa5bf67
8 changed files with 56 additions and 1 deletions
@@ -0,0 +1,8 @@
post_install() {
pacman-key --init 2>/dev/null || true
pacman-key --populate antergos-next 2>/dev/null || true
}
post_upgrade() {
post_install
}