default_install &&

if [[ $INIT_INSTALLED ]]; then
  mkdir -p "${INSTALL_ROOT}/etc/nghttpx" &&
  install_config_file "${SOURCE_DIRECTORY}/nghttpx.conf.sample" \
                      "${INSTALL_ROOT}/etc/nghttpx/nghttpx.conf"
fi
