slackbuilds_ponce/libraries/qt4/doinst.sh

6 lines
139 B
Bash
Raw Normal View History

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