~ubuntu-branches/ubuntu/warty/lynx/warty

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-16 12:14:10 UTC
  • Revision ID: james.westby@ubuntu.com-20040916121410-nn3sstdazh0hone6
Tags: 2.8.5-1ubuntu1
* debian/control: build-depend on libgnutls10-dev (Warty bug #1276)
* debian/rules: additionally configure and build with -lgnutls-openssl
  (gnutls10 splitted the SSL compatibility function into this library)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
case "$1" in
 
4
    remove|deconfigure)
 
5
        update-alternatives --quiet --remove www-browser /usr/bin/lynx
 
6
        update-alternatives --quiet --remove lynx /usr/bin/lynx.stable
 
7
        ;;
 
8
    *)
 
9
esac