summarylogtreecommitdiffstats
path: root/feappv.install
diff options
context:
space:
mode:
Diffstat (limited to 'feappv.install')
-rw-r--r--feappv.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/feappv.install b/feappv.install
new file mode 100644
index 000000000000..d66a22d1a82a
--- /dev/null
+++ b/feappv.install
@@ -0,0 +1,14 @@
+
+post_install() {
+cat << EOF
+
+Both an executable 'feappv' and the library have been installed. While
+the executable can be used for running the element/material functions that
+are already implemented, the archive is needed for compiling your own
+elements and material laws.
+
+A dummy example with a makefile and an empty user element can be found in
+/usr/share/feappv/.
+EOF
+}
+