summarylogtreecommitdiffstats
path: root/fullprof-suite.install
blob: 1146a49a97bb713639073f904e48e745117e86c3 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo "Programs can be launched by executing fullprof-[PROGRAM], where"
	echo "[PROGRAM] is substituted by the desired executable (e.g."
	echo "fullprof-tfp, fullprof-wfp2k, fullprof-winplotr-2006, etc.)"
}

post_upgrade() {
	post_install
}