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