default_install &&

mkdir -p $INSTALL_ROOT/etc/profile.d/ &&
if install_config_file  $SCRIPT_DIRECTORY/profile.d/editor.sh   \
                        $INSTALL_ROOT/etc/profile.d/editor.sh;  then
  chmod  0755  $INSTALL_ROOT/etc/profile.d/editor.sh
fi
