post_upgrade() {
  cat << EOF
plocate now provides it's own "updatedb". plocate-build.service is deprecated
and should be removed. Enable plocate-updatedb.timer.
EOF
}

post_install(){
  post_upgrade
}
