summaryrefslogtreecommitdiff
path: root/pcr/netifrc/netifrc.install
blob: fa8554bc3490847e6cd402a2413bf982295535f3 (plain)
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"
}