summarylogtreecommitdiffstats
path: root/post.install
diff options
context:
space:
mode:
authorlukelabrie2023-10-19 15:58:46 +0200
committerlukelabrie2023-10-19 15:58:46 +0200
commit59632b00b6f04be1886ac087e9e744af13430724 (patch)
tree1dd52e973e574090c901f61a47154092ba7aa8a5 /post.install
parenta2f3c7010542ea0426cfead971dbb00aeea43e1c (diff)
downloadaur-59632b00b6f04be1886ac087e9e744af13430724.tar.gz
refactor of path handling
Diffstat (limited to 'post.install')
-rw-r--r--post.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/post.install b/post.install
index 190e1cf3c40c..bb8b6ab9cf6e 100644
--- a/post.install
+++ b/post.install
@@ -2,7 +2,7 @@ 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"
+ source /etc/profile \n"
echo -e $_path_msg
}