source:
mpich2/1.0.7/debian/mpich2.prerm
@
122
Last change on this file since 122 was 44, checked in by jazz, 16 years ago | |
---|---|
File size: 160 bytes |
Rev | Line | |
---|---|---|
[44] | 1 | #! /bin/sh |
2 | # prerm script for mpich2 | |
3 | ||
4 | set -e | |
5 | ||
6 | if [ "$1" != "upgrade" ]; then | |
7 | update-alternatives --remove mpicc /usr/bin/mpicc.mpich2 | |
8 | fi | |
9 | ||
10 | #DEBHELPER# | |
11 | ||
12 | exit 0 | |
13 |
Note: See TracBrowser
for help on using the repository browser.