aboutsummaryrefslogtreecommitdiffstats
path: root/community/dcc/dcc.post-deinstall
blob: 90dc15e6626166e6790a3b0e1b4660d158b9275d (plain)
1
2
3
4
5
#!/bin/sh
[ -f /etc/crontabs/dcc ] && \
	crontab -d -u dcc

exit 0