 if [ ! `grep /usr/lib/octave /etc/ld.so.conf` ]; then
 echo /usr/lib/octave >> /etc/ld.so.conf 
 fi &&
 ln -fs /usr/lib/octave-${VERSION} /usr/lib/octave &&
 ldconfig
