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