default_install
if [ "${MAKE_SYMLINK}" == "y" ] ; then
    ln -sf ${INSTALL_ROOT}/usr/bin/elvis ${INSTALL_ROOT}/usr/bin/vi
fi &&

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
