default_install &&

install_config_file "${SOURCE_DIRECTORY}/hitch.conf.example" \
                    "${INSTALL_ROOT}/etc/hitch.conf" &&

# OCSP stapling directory
install -vm 750 -o hitch -g hitch -d "${INSTALL_ROOT}/var/lib/hitch" &&

if [[ $INIT_INSTALLED ]]; then
  install_config_file "$SPELL_DIRECTORY/init.d/hitch.conf" \
                      "$INSTALL_ROOT/etc/sysconfig/hitch"
fi
