summaryrefslogtreecommitdiff
path: root/extra/dcron/dcron.install
diff options
context:
space:
mode:
Diffstat (limited to 'extra/dcron/dcron.install')
-rw-r--r--extra/dcron/dcron.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/dcron/dcron.install b/extra/dcron/dcron.install
deleted file mode 100644
index df23d0224..000000000
--- a/extra/dcron/dcron.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_upgrade() {
- if [ $(vercmp $2 4.0) -lt 0 ]
- then
- echo "Restart crond, since you're upgrading to the dcron 4.x series."
- fi
-}