summaryrefslogtreecommitdiff
path: root/mpich/mpich.install
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-12 10:37:59 +0200
committerErich Eckner <git@eckner.net>2020-06-12 10:37:59 +0200
commit091162b8f6da4283cb803fd400b55e9b6010c575 (patch)
treece679689f382d9bcff51bf612017194ebd383181 /mpich/mpich.install
parente0d353dae91ad86ce1aa656e271ab1e8d89715a1 (diff)
downloadarchlinuxewe.git.save-091162b8f6da4283cb803fd400b55e9b6010c575.tar.xz
mpich neu
Diffstat (limited to 'mpich/mpich.install')
-rw-r--r--mpich/mpich.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/mpich/mpich.install b/mpich/mpich.install
new file mode 100644
index 00000000..fda81710
--- /dev/null
+++ b/mpich/mpich.install
@@ -0,0 +1,13 @@
+# arg 1: the new package version
+post_install() {
+ echo " *** Documentation installed at /opt/mpich/share/doc/mpich/install.pdf"
+ echo " *** /opt/mpich/bin is appended to PATH, see /etc/profile.d/mpich.sh"
+ echo " *** Some binary names match those of OpenMPI located in /usr (if installed)"
+ /bin/true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ post_install $1
+}