post_install() {
  /bin/cygstart --action=runas /bin/bash -c "/usr/sbin/cygserver-conf --yes --name='cygserver by cygSimple'"
}

post_upgrade() {
  echo "## @TODO post_upgrade for cygserver-exe package"
  # Need to restart the service using the new binary.
}

post_remove() {
  echo "## @TODO post_remove for cygserver-exe package"
  # Need to stop and remove the service - maybe pre_remove
}
