#!/bin/sh grep -q "^/usr/lib/kylix3\$" /etc/ld.so.conf if [ $? == 1 ]; then echo /usr/lib/kylix3 >> /etc/ld.so.conf fi /sbin/ldconfig