~ubuntu-branches/ubuntu/raring/yorick/raring

« back to all changes in this revision

Viewing changes to debian/yorick-mpy-openmpi.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut Paumard
  • Date: 2010-05-06 17:47:18 UTC
  • mfrom: (1.2.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100506174718-j26zbusz02k8hf6t
Tags: 2.1.06+dfsg-2
Deactivate check suite on MIPS due to bug #580524.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
#DEBHELPER#
 
5
 
 
6
if [ "$1" != "upgrade" ]; then
 
7
    update-alternatives --remove mpy /usr/bin/mpy.openmpi
 
8
fi
 
9
 
 
10
exit 0