post_install() {
  echo "arRPC is now installed and can be run from the command line via the arrpc command."
  echo "Alternatively, you can enable/run the systemd user service for automation."
  echo "For example: systemctl enable --user --now arrpc.service"
}
