slackbuilds_ponce/libraries/qt4/doinst.sh
2010-05-11 20:01:01 +02:00

5 lines
139 B
Bash

if ! grep -q /usr/lib/qt4/lib etc/ld.so.conf ; then
echo "/usr/lib/qt4/lib" >> etc/ld.so.conf
fi
chroot . /sbin/ldconfig 2> /dev/null