#! /bin/sh

cat >&2 <<EOT
Warning: Calling cclive instead of clive. This might fail in non-trivial
cases, see cclive(1) for the current options provided.

Please also consider removing the "clive" package and calling "cclive" directly
in the future.
EOT

exec /usr/bin/cclive "$@"
