File: libmpich-dev.prerm

package info (click to toggle)
mpich 3.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 72,684 kB
  • ctags: 69,156
  • sloc: ansic: 360,380; perl: 17,453; sh: 16,717; f90: 11,288; xml: 9,855; python: 9,651; cpp: 8,790; fortran: 7,500; makefile: 4,374; csh: 98; ruby: 53; sed: 9; php: 8
file content (11 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" != "upgrade" ]; then
	update-alternatives --remove mpi /usr/include/mpich
fi

#DEBHELPER#

exit 0