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