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