post_install() {
  echo "Enable & start the user service:"
  echo ""
  echo "systemctl --user enable --now harbour-amazfish"
  echo ""
}

post_upgrade() {
  echo ""
  echo "Restart the service:"
  echo "systemctl --user daemon-reload"
  echo "systemctl --user restart harbour-amazfish"
  echo ""
}
