summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/pkg-req
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdelibs4/pkg-req')
-rw-r--r--x11/kdelibs4/pkg-req13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/kdelibs4/pkg-req b/x11/kdelibs4/pkg-req
deleted file mode 100644
index f8f2cb092ca1..000000000000
--- a/x11/kdelibs4/pkg-req
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-if [ -f $PKG_PREFIX/include/kfm.h ]; then
-echo <<EOF
-You have KDE1 headers installed! Installing this package
-will result in conflicts between KDE3 and KDE1.
-EOF
-fi
-if [ -f $PKG_PREFIX/include/addressbook.h ]; then
-echo <<EOF
-You have KDE2 headers installed! Installing this package
-will result in conflicts between KDE3 and KDE2.
-EOF
-fi