diff options
author | David P <megver83@parabola.nu> | 2018-05-09 14:38:16 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-09 14:38:16 -0300 |
commit | 5828b2142fce02177c256353002e3520ef92f254 (patch) | |
tree | 0fbd9a298d3f91381007e25b83cb0a4c892a5ae7 /nonsystemd/your-initfreedom | |
parent | 07899b5d90b578debea3e5b82e42ef7e00d26f1a (diff) | |
download | abslibre-5828b2142fce02177c256353002e3520ef92f254.tar.gz abslibre-5828b2142fce02177c256353002e3520ef92f254.tar.bz2 abslibre-5828b2142fce02177c256353002e3520ef92f254.zip |
nonsystemd/your-initfreedom: remove post_upgrade() and post_install()
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd/your-initfreedom')
-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: |