summaryrefslogtreecommitdiff
path: root/x11/kdelibs4/pkg-req
blob: f8f2cb092ca1ce44b58ace585f5e5d7487f1ec1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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