summarylogtreecommitdiffstats
path: root/post.install
diff options
context:
space:
mode:
authorlukelabrie2023-10-19 15:21:58 +0200
committerlukelabrie2023-10-19 15:21:58 +0200
commitb63324f3906d1b12ac2a9b175b4e1c5cd8dffe1b (patch)
treece2a0f31bc9ceb79bb1a3a9315ce6f27fe692e84 /post.install
parent92042f6da9f3debd221f190b3438eb617bb57109 (diff)
downloadaur-b63324f3906d1b12ac2a9b175b4e1c5cd8dffe1b.tar.gz
refactor of path handling
Diffstat (limited to 'post.install')
-rw-r--r--post.install5
1 files changed, 3 insertions, 2 deletions
diff --git a/post.install b/post.install
index 35ed2dee427d..8a541376cbff 100644
--- a/post.install
+++ b/post.install
@@ -1,7 +1,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 sudo bash \
- /opt/openmc/set_paths.sh before attempting to use openmc\n."
+_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 \
+ 'sudo bash /opt/openmc/set_paths.sh && source /etc/profile' \n"
echo -e $_path_msg
} \ No newline at end of file