if ! grep -q "/opt/lunar/enlightenment/lib" /etc/ld.so.conf; then
 echo /opt/lunar/enlightenment/lib >> /etc/ld.so.conf
 ldconfig
fi
