summarylogtreecommitdiffstats
path: root/fullprof-suite.install
diff options
context:
space:
mode:
Diffstat (limited to 'fullprof-suite.install')
-rw-r--r--fullprof-suite.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/fullprof-suite.install b/fullprof-suite.install
new file mode 100644
index 000000000000..1146a49a97bb
--- /dev/null
+++ b/fullprof-suite.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "Programs can be launched by executing fullprof-[PROGRAM], where"
+ echo "[PROGRAM] is substituted by the desired executable (e.g."
+ echo "fullprof-tfp, fullprof-wfp2k, fullprof-winplotr-2006, etc.)"
+}
+
+post_upgrade() {
+ post_install
+}