Add crontab

This commit is contained in:
Charles Herlin
2019-02-08 10:35:35 +01:00
parent d014405e1f
commit ba93159a00
2 changed files with 5 additions and 0 deletions

1
debian/rules vendored
View File

@ -33,3 +33,4 @@ override_dh_installdocs:
dh_installdocs
gzip -c AUTHORS > $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/AUTHORS.gz
gzip -c src/skel > $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/skel.gz
gzip -c example-cron.d-entry > $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/example-cron.d-entry.gz