post_upgrade() {
  if usr/bin/pacman-key -l >/dev/null 2>&1; then
    usr/bin/pacman-key --populate infiro
  fi
}

post_install() {
  post_upgrade
}
