From 5cf792932c03423e8806f16b097cb021d19278cb Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 22 Oct 2015 22:06:16 -0500 Subject: netifrc-0.3.1-6: updating version --- pcr/openrc/openrc.install | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pcr/openrc/openrc.install (limited to 'pcr/openrc/openrc.install') diff --git a/pcr/openrc/openrc.install b/pcr/openrc/openrc.install new file mode 100644 index 000000000..c45dcce43 --- /dev/null +++ b/pcr/openrc/openrc.install @@ -0,0 +1,16 @@ +pre_install() { + echo " ==> You can boot up systemd any time if systemd is used for udev." + echo " ==> Add 'init=/usr/lib/systemd/systemd' to kernel command line." +} + +post_install() { + echo " ==> Install one of the optional depends for network support!" +} + +post_upgrade() { + post_install "$1" +} + +post_remove() { + echo " ==> Make sure you install systemd-sysvcompat before you reboot!" +} -- cgit v1.2.3