SPELL_ETC="/etc/$SPELL" &&
install_config_file config/config.php.example "$SPELL_ETC/config.php" &&
cp -v config/config.php.example "${INSTALL_ROOT}${SPELL_ETC}/" &&
rm -f config/* &&
install_www_files &&
ln -fnsv "$SPELL_ETC/config.php" "$INSTALL_ROOT/usr/share/www/$SPELL/config/config.php"
