summaryrefslogtreecommitdiffstats
path: root/debian/buildd.postinst-buildd
diff options
context:
space:
mode:
Diffstat (limited to 'debian/buildd.postinst-buildd')
-rw-r--r--debian/buildd.postinst-buildd4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/buildd.postinst-buildd b/debian/buildd.postinst-buildd
new file mode 100644
index 0000000..f3466ea
--- /dev/null
+++ b/debian/buildd.postinst-buildd
@@ -0,0 +1,4 @@
+#!/bin/sh -e
+if [ ! -e /etc/cron.d/buildd ]; then
+ zcat /usr/share/doc/buildd/examples/crontab.gz > /etc/cron.d/buildd
+fi