# This file is used to define the behavior of cvs-autoreleasedeb.
# Cvs-autoreleasedeb cron sources this file before running the program.
# Use this file to stop it from running in cron.

# Just to check if the package is installed
test -x /usr/bin/cvs-autoreleasedeb || exit 1;

# Now the command to run or not.
# exit 1 = don't run
# exit 0 = run
exit 1;
