#!/bin/sh grep -v '^/opt/lib$' /etc/ld.so.conf >/etc/ld.so.conf.new && mv /etc/ld.so.conf.new /etc/ld.so.conf /sbin/ldconfig