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