summaryrefslogtreecommitdiffstats
path: root/extra/source/kde3-compat/qt3/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/kde3-compat/qt3/doinst.sh')
-rw-r--r--extra/source/kde3-compat/qt3/doinst.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/source/kde3-compat/qt3/doinst.sh b/extra/source/kde3-compat/qt3/doinst.sh
deleted file mode 100644
index d57fb0319..000000000
--- a/extra/source/kde3-compat/qt3/doinst.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-## This was causing problems compiling KDE for unknown reasons.
-## So, we'll symlink the libraries into /opt/kde3 again...
-# Add QT library directory to /etc/ld.so.conf:
-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
-if [ -x /sbin/ldconfig ]; then
- /sbin/ldconfig 2> /dev/null
-fi