1 2 3 4 5 6 7 8 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" }