archlinux32-keyring.install 190 B

123456789101112
  1. post_upgrade() {
  2. if usr/bin/pacman-key -l >/dev/null 2>&1; then
  3. usr/bin/pacman-key --populate archlinux32
  4. fi
  5. }
  6. post_install() {
  7. if [ -x usr/bin/pacman-key ]; then
  8. post_upgrade
  9. fi
  10. }