# This file is used to define the behavior of svn-autoreleasedeb.
# svn-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/svn-autoreleasedeb || exit 1;

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