#!/bin/sh
[ -f /etc/crontabs/dcc ] && \
	crontab -d -u dcc

exit 0
