summarylogtreecommitdiffstats
path: root/aocl-aocc.install
blob: 9117229fc8d39f35331fba16203615fedbe3299d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	if pacman -Q env-modules &> /dev/null; then
		echo "env-modules seems to be installed:"
		echo "If configured correctly, you can conveniently use"
		echo "  $ module load aocl-aocc"
		echo "to set up the environment for AMD Optimizing CPU Libraries."
	fi
}

post_upgrade() {
	post_install
}