opt/xulrunner/post-install

7 lines
142 B
Plaintext
Raw Normal View History

#!/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