~ubuntu-branches/ubuntu/raring/gcc-4.7/raring

« back to all changes in this revision

Viewing changes to debian/gcj-BV-jdk.prerm

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-17 23:19:46 UTC
  • Revision ID: package-import@ubuntu.com-20111217231946-n668coanjbjgqxq7
Tags: 4.7-20111217-1
* GCC-4.7 snapshot build.
  - Including the GFDL documentation; will stay in experimental
    until the 4.7.0 release sometime next year.
* Update patches for the trunk.
* Update symbols files.
* Build libitm packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
 
4
    update-alternatives --quiet --remove javac /usr/bin/gcj-wrapper-@BV@
 
5
    update-alternatives --quiet --remove jar /usr/bin/gjar-@BV@
 
6
    update-alternatives --quiet --remove jarsigner /usr/bin/gjarsigner-@BV@
 
7
    update-alternatives --quiet --remove javah /usr/bin/gjavah-@BV@
 
8
    update-alternatives --quiet --remove javadoc /usr/bin/gjdoc-@BV@
 
9
    update-alternatives --quiet --remove native2ascii /usr/bin/gnative2ascii-@BV@
 
10
    update-alternatives --quiet --remove rmic /usr/bin/grmic-@BV@
 
11
    update-alternatives --quiet --remove serialver /usr/bin/gserialver-@BV@
 
12
    update-alternatives --quiet --remove tnameserv /usr/bin/gtnameserv-@BV@
 
13
fi
 
14
 
 
15
#DEBHELPER#