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