summarylogtreecommitdiffstats
path: root/amduprof.install
blob: ccdf3390579a4f0a3d4e1ca69e69fc13d7d83ac1 (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 amduprof"
		echo "to set up the environment for AMD µProf."
	fi
}

post_upgrade() {
	post_install
}