post_install(){
  cat << INFO

If installing this without prior configuration, the initial configuration
needs to be initialised. Run the following commands as root:

  cd /etc/opencloud
  opencloud init
  chmod 640 opencloud.yaml
  chown root:opencloud opencloud.yaml

INFO
}

