eeems-keyring.install 184 B

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