From dc225a86f79e9eaec2080dc2775ef2cf29c97fc7 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 17 Oct 2015 01:29:25 -0500 Subject: openrc-core-0.18.3-1: updating version --- pcr/openrc-core/netifrc.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pcr/openrc-core/netifrc.install (limited to 'pcr/openrc-core/netifrc.install') diff --git a/pcr/openrc-core/netifrc.install b/pcr/openrc-core/netifrc.install new file mode 100644 index 000000000..fa8554bc3 --- /dev/null +++ b/pcr/openrc-core/netifrc.install @@ -0,0 +1,9 @@ +post_install() { + echo " ==> Set up your network interface before you reboot if using netifrc." + local _url="https://wiki.gentoo.org/wiki/Handbook:X86/Full/Networking" + echo " ==> Visit ${_url}" +} + +post_upgrade() { + post_install "$1" +} -- cgit v1.2.3