summarylogtreecommitdiffstats
path: root/hooks.install-armv7-eabihf-glibc-bleeding-edge-toolchain
blob: b62c76eda807d5063607f98edb89dc2fc6095ebe (plain)
1
2
3
4
5
6
7
post_install() {
	echo "bootlin toolchain installed to /opt/armv7-eabihf-glibc-bleeding-edge"
	echo "The PATH variable will be updated on re-login. To immediately load it:"
	echo ""
	echo "	source /etc/profile.d/armv7-eabihf-glibc-bleeding-edge-toolchain.sh"
	echo ""
}