source: mpich2/1.0.8/debian/mpich2-mpd.prerm @ 91

Last change on this file since 91 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: 164 bytes
Line 
1#! /bin/sh
2# prerm script for mpich2-mpd
3
4set -e
5
6if [ "$1" != "upgrade" ]; then
7  update-alternatives --remove mpiexec /usr/bin/mpiexec.py
8fi
9
10#DEBHELPER#
11
12exit 0
13
Note: See TracBrowser for help on using the repository browser.