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