summaryrefslogtreecommitdiff
path: root/libre/pacman/pacman.install
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-07-19 11:55:58 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2012-07-19 11:55:58 -0300
commit75dbb01140b11651ab65c00de6c7bf0b8b3a64fa (patch)
tree5e97cd51d84717c4040e8978fd9c7ff3769a662f /libre/pacman/pacman.install
parent9c87491d3f89760db988664f092bfbdbb66a1e92 (diff)
Use parabola-keyring too
Diffstat (limited to 'libre/pacman/pacman.install')
-rw-r--r--libre/pacman/pacman.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/pacman/pacman.install b/libre/pacman/pacman.install
index 487819ab7..5dc55c0c2 100644
--- a/libre/pacman/pacman.install
+++ b/libre/pacman/pacman.install
@@ -20,6 +20,7 @@ post_install() {
_check_pubring() {
echo " >>> Run \`pacman-key --init; pacman-key --populate archlinux\`"
+ echo " >>> And \`pacman-key --populate parabola\`"
echo " >>> to import the data required by pacman for package verification."
echo " >>> See: https://www.archlinux.org/news/having-pacman-verify-packages"
}