diff options
Diffstat (limited to 'extra/dcron/dcron.install')
-rw-r--r-- | extra/dcron/dcron.install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/dcron/dcron.install b/extra/dcron/dcron.install new file mode 100644 index 000000000..df23d0224 --- /dev/null +++ b/extra/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 +} |