~ubuntu-branches/ubuntu/karmic/hardening-wrapper/karmic

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2008-01-08 16:00:58 UTC
  • Revision ID: james.westby@ubuntu.com-20080108160058-sfilpglt31x7124g
Tags: 1.1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
if [ $1 != "upgrade" ]; then
 
3
        update-alternatives --remove cc /usr/bin/builder-cc
 
4
        update-alternatives --remove c++ /usr/bin/builder-c++
 
5
        update-alternatives --remove ld /usr/bin/builder-ld
 
6
fi
 
7
 
 
8
#DEBHELPER#