archlinux: fix incorrect keyring being populated

Fix one of the issue described in the following commit:
https://github.com/QubesOS/qubes-issues/issues/3185
This commit is contained in:
Olivier MEDOC 2017-11-06 23:23:18 +01:00
parent cf4fdb8b77
commit 0999d3b78f

View File

@ -1,6 +1,6 @@
post_upgrade() { post_upgrade() {
if usr/bin/pacman-key -l >/dev/null 2>&1; then if usr/bin/pacman-key -l >/dev/null 2>&1; then
usr/bin/pacman-key --populate archlinux usr/bin/pacman-key --populate qubesos-vm
fi fi
release=$(echo "$1" | cut -d '.' -f 1,2) release=$(echo "$1" | cut -d '.' -f 1,2)