summaryrefslogtreecommitdiffstats
path: root/libraries/qt3/doinst.sh
blob: c2a7379aa7378d234397337d35d041b4b06600f2 (plain)
1
2
3
4
5
6
# Add QT library directory to /etc/ld.so.conf:
if [ -e etc/ld.so.conf ]; then
  if ! grep /opt/kde3/lib etc/ld.so.conf 1> /dev/null 2> /dev/null ; then
    echo "/opt/kde3/lib" >> etc/ld.so.conf
  fi
fi