summaryrefslogtreecommitdiff
path: root/math/libmesh/files/pkg-message-examples.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/libmesh/files/pkg-message-examples.in')
-rw-r--r--math/libmesh/files/pkg-message-examples.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/math/libmesh/files/pkg-message-examples.in b/math/libmesh/files/pkg-message-examples.in
index d7643235eff4..7463ad1efc1f 100644
--- a/math/libmesh/files/pkg-message-examples.in
+++ b/math/libmesh/files/pkg-message-examples.in
@@ -1,4 +1,6 @@
-======================================================================
+[
+{ type: install
+ message: <<EOM
You installed libMesh, the library for numerical mesh simulations.
You can run examples using for instance such command:
@@ -10,4 +12,6 @@ Before running examples, please allow your user the write access:
# chown -R {your-user}:users %%EXAMPLESDIR%%
Examples require bash, gmake, libtool installed.
-======================================================================
+EOM
+}
+]