diff options
Diffstat (limited to 'core/dcron/dcron.install')
-rw-r--r-- | core/dcron/dcron.install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/dcron/dcron.install b/core/dcron/dcron.install deleted file mode 100644 index ba08b3af1..000000000 --- a/core/dcron/dcron.install +++ /dev/null @@ -1,10 +0,0 @@ -## arg 1: the new package version -## arg 2: the old package version -post_upgrade() { - if [ "`vercmp $2 4.0`" -lt 0 ] - then - echo "Restart crond, since you're upgrading to the dcron 4.x series." - fi -} - -# vim:set ts=2 sw=2 et: |