summaryrefslogtreecommitdiff
path: root/nonsystemd
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2018-05-09 14:38:16 -0300
committerDavid P <megver83@parabola.nu>2018-05-09 14:38:16 -0300
commit5828b2142fce02177c256353002e3520ef92f254 (patch)
tree0fbd9a298d3f91381007e25b83cb0a4c892a5ae7 /nonsystemd
parent07899b5d90b578debea3e5b82e42ef7e00d26f1a (diff)
nonsystemd/your-initfreedom: remove post_upgrade() and post_install()
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'nonsystemd')
-rw-r--r--nonsystemd/your-initfreedom/your-initfreedom.install8
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: