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/netifrc/netifrc.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pcr/netifrc/netifrc.install (limited to 'pcr/netifrc/netifrc.install') diff --git a/pcr/netifrc/netifrc.install b/pcr/netifrc/netifrc.install new file mode 100644 index 000000000..fa8554bc3 --- /dev/null +++ b/pcr/netifrc/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