File: openmpi-bin.preinst

package info (click to toggle)
openmpi 5.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 202,076 kB
  • sloc: ansic: 614,605; makefile: 42,348; sh: 11,201; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,192; python: 1,862; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (8 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

dpkg-maintscript-helper rm_conffile /etc/openmpi/pmix-mca-params.conf 5.0.1-1 openmpi-bin -- "$@"
dpkg-maintscript-helper rm_conffile /etc/openmpi/openmpi-default-hostfile 5.0.1-1 openmpi-bin -- "$@"

#DEBHELPER#