diff options
Diffstat (limited to 'pcr/openrc-core/netifrc.install')
-rw-r--r-- | pcr/openrc-core/netifrc.install | 9 |
1 files changed, 9 insertions, 0 deletions
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" +} |