post_install() {
  /usr/bin/pacman-key --populate idealos
}

post_upgrade() {
  post_install
}
