source: mpich2/1.0.7/debian/mpich2.prerm @ 69

Last change on this file since 69 was 44, checked in by jazz, 16 years ago
  • Debian Package folder which had tested on debian Etch and Ubuntu Hardy.
  • note: Lenny does not have package libg2c0
File size: 160 bytes
Line 
1#! /bin/sh
2# prerm script for mpich2
3
4set -e
5
6if [ "$1" != "upgrade" ]; then
7  update-alternatives --remove mpicc /usr/bin/mpicc.mpich2
8fi
9
10#DEBHELPER#
11
12exit 0
13
Note: See TracBrowser for help on using the repository browser.