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