default_install  &&

if  !  grep  -q  "root"  ${INSTALL_ROOT}/etc/ld.so.conf
then
  echo  "${TRACK_ROOT}/usr/lib/root"  >>  ${INSTALL_ROOT}/etc/ld.so.conf
fi
