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

echo -e $_path_msg
}