#!/bin/sh
if [ -z "`grep "usr/lib/xulrunner" /etc/ld.so.conf`" ]; then
/bin/echo "/usr/lib/xulrunner" >> /etc/ld.so.conf
/sbin/ldconfig
fi