blob: 2f549d6c3d69f486ac08f89288bb87690be07d65 (
plain) (
blame)
1
2
3
4
5
6
7
|
#!/bin/sh
if [ -f /usr/local/include/kwin.h ]; then
echo <<EOF
You have KDE2 headers installed! Installing this package
will result in conflicts between KDE2 and KDE1.
EOF
fi
|