post_install() { echo "" echo "==> Dispatch has been installed." echo " Edit /etc/dispatch/dispatch-api.conf to configure the API." echo " Then enable and start the service:" echo " systemctl --user enable --now dispatch-api" echo "" } post_upgrade() { echo "" echo "==> Dispatch has been upgraded." echo " You may need to restart the service:" echo " systemctl --user restart dispatch-api" echo "" }