summaryrefslogtreecommitdiffstats
path: root/debian/buildd.postinst-buildd
blob: f3466eaab6bdcfb55e399d5313f7823ad9899e94 (plain)
1
2
3
4
#!/bin/sh -e
if [ ! -e /etc/cron.d/buildd ]; then
	zcat /usr/share/doc/buildd/examples/crontab.gz > /etc/cron.d/buildd
fi