~aw/etcsync/trunk

1
2
3
4
5
6
7
#! /bin/sh -e

if [ -f /etc/cron.d/etcsync ]; then
	rm -f /etc/cron.d/etcsync
fi

#DEBHELPER#