~ubuntu-branches/ubuntu/utopic/gnat-4.9/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/gcc-BV-hppa64.prerm

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-07-29 19:34:08 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140729193408-9057666uwi75ag71
Tags: 4.9.1-1ubuntu1
Regenerate the control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh -e
2
2
 
3
3
if [ "$1" != "upgrade" ]; then
4
 
  update-alternatives --quiet \
5
 
    --remove hppa64-linux-gcc /usr/bin/hppa64-linux-gnu-gcc-@BV@
 
4
  for i in cpp gcc gcc-ar gcc-nm gcc-ranlib; do
 
5
    update-alternatives --quiet \
 
6
      --remove hppa64-linux-gcc /usr/bin/hppa64-linux-gnu-gcc-@BV@
 
7
  done
6
8
fi
7
9
 
8
10
#DEBHELPER#