#!/bin/sh grep -q '^/opt/lib$' /etc/ld.so.conf || { echo "/opt/lib" >>/etc/ld.so.conf /sbin/ldconfig }