summaryrefslogtreecommitdiff
path: root/libraries/qt4/doinst.sh
blob: 4e56cbc8cf308b6f2560dda00a7572d069065ba2 (plain)
1
2
3
4
5
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