summarylogtreecommitdiffstats
path: root/feappv.install
blob: d66a22d1a82a8fd9d3beee6de081cab0c7b72ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}