cd ${SOURCE_DIRECTORY} &&
install_dir=${INSTALL_ROOT}/usr/share/www/${SPELL} &&
peardir="$(pear config-show  | grep "PEAR directory"|awk '{print $4}')" &&

install_www_files &&
install world_map6.png world_map6.txt  ${peardir}/Image/Graph/Images/Maps/ &&

[[ -e ${install_dir}/base_conf.php ]] || \
  cp ${install_dir}/base_conf.php.dist ${install_dir}/base_conf.php
