summarylogtreecommitdiffstats
path: root/libadios.install
diff options
context:
space:
mode:
Diffstat (limited to 'libadios.install')
-rw-r--r--libadios.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/libadios.install b/libadios.install
new file mode 100644
index 000000000000..88d00ee07d35
--- /dev/null
+++ b/libadios.install
@@ -0,0 +1,8 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ echo "set the environment variable ADIOS_ROOT to be ADIOS_ROOT=/usr/ and the LD_LIBRARY_PATH to 'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib'"
+}
+