#! /bin/sh -e

case "$2" in
    0.*|1.0*);;
    *)
	exit 0;;
esac

cat <<EOF
The compress-package has changed, and it is now used differently.
Please read the make-cpkg(8) manual page for how to build the
compress packages now.  You will have to remove an installed compress-4.0
package, too, because your new packages will conflict with them; this
is normal.
EOF

