diff options
-rw-r--r-- | nonsystemd/your-initfreedom/your-initfreedom.install | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/nonsystemd/your-initfreedom/your-initfreedom.install b/nonsystemd/your-initfreedom/your-initfreedom.install index b794447fa..de090b942 100644 --- a/nonsystemd/your-initfreedom/your-initfreedom.install +++ b/nonsystemd/your-initfreedom/your-initfreedom.install @@ -24,12 +24,4 @@ pre_upgrade() { pre_install } -post_install() { - echo ":: WARNING: You must install an init provider in order to have a bootable system!" -} - -post_upgrade() { - post_install -} - # vim:set ts=2 sw=2 et: |