summaryrefslogtreecommitdiffstats
path: root/cron
diff options
context:
space:
mode:
Diffstat (limited to 'cron')
-rw-r--r--cron/Makefile9
-rw-r--r--cron/crontab.stowskip1
2 files changed, 0 insertions, 10 deletions
diff --git a/cron/Makefile b/cron/Makefile
deleted file mode 100644
index 22cd971..0000000
--- a/cron/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-include ../Makefile.include
-
-install: /var/spool/cron/$(USER)
-
-uninstall:
- @crontab -r
-
-/var/spool/cron/$(USER) : crontab.stowskip
- @crontab $<
diff --git a/cron/crontab.stowskip b/cron/crontab.stowskip
deleted file mode 100644
index 70e80b7..0000000
--- a/cron/crontab.stowskip
+++ /dev/null
@@ -1 +0,0 @@
-*/15 * * * * /bin/bash -c 'export PATH=~/.bin/$(hostname):~/.bin:/usr/bin:/usr/bin/vendor_perl:$PATH && update-weather'