summarylogtreecommitdiffstats
path: root/post.install
diff options
context:
space:
mode:
authorlukelabrie2023-10-18 17:35:15 +0200
committerlukelabrie2023-10-18 17:35:15 +0200
commit92042f6da9f3debd221f190b3438eb617bb57109 (patch)
treee1ed5b7bf2e439abfeb0499774e6804f5e473ef5 /post.install
parentf0dba164ee6f80f45042c65eb0ca752598614ce3 (diff)
downloadaur-92042f6da9f3debd221f190b3438eb617bb57109.tar.gz
refactor of path handling
Diffstat (limited to 'post.install')
-rw-r--r--post.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/post.install b/post.install
index 5f73383be311..35ed2dee427d 100644
--- a/post.install
+++ b/post.install
@@ -1,7 +1,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'."
+_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."
echo -e $_path_msg
} \ No newline at end of file