summarylogtreecommitdiffstats
path: root/fullprof-suite.install
blob: 337e2fd72a2fc2b309fe63b880b5e429202e3143 (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
}