if ! [[ `grep gcc/2 /etc/ld.so.conf` ]]; then
   echo /opt/lunar/gcc/2/lib >> /etc/ld.so.conf
fi
