archrelease: copy trunk to extra-x86_64
[arch-packages.git] / archlinux-keyring / trunk / archlinux-keyring.install
blob28c9c6dce5ab954bb125222bde31d2713eab0363
1 post_upgrade() {
2         if usr/bin/pacman-key -l >/dev/null 2>&1; then
3                 usr/bin/pacman-key --populate archlinux
4                 usr/bin/pacman-key --updatedb
5         fi
8 post_install() {
9         if [ -x usr/bin/pacman-key ]; then
10                 post_upgrade
11         fi