summarylogtreecommitdiffstats
path: root/post.install
blob: 5f73383be3113abd1f9cbc717a930e603c9a7ae4 (plain)
1
2
3
4
5
6
7
post_install() {
# installed to opt, inform user how to set paths
_path_msg="$'\n'INFO: OpenMC and its dependencies were installed to the non-standard location /opt. Run sudo bash \
	           /opt/openmc/set_paths.sh before attempting to use openmc$'\n'."

echo -e $_path_msg
}