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