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