~ubuntu-branches/ubuntu/lucid/keychain/lucid

« back to all changes in this revision

Viewing changes to debian/keychain.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Cesar Mendoza
  • Date: 2008-04-03 09:04:28 UTC
  • mfrom: (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080403090428-zozymv5xr2vnz3sd
Tags: 2.6.8-2
* added suggests for package ssh-askpass. Closes: #462080 
* superfluous continuation lines in manpage example fixed. Closes: #440128
* Assumes tty uses ANSI escape sequences fixed. Closes: #440129
* Thanks to Gregory Colpart, Trent Buck and Steven Cole for the input.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
# dh_installdeb will replace this with shell code automatically
6
 
# generated by other debhelper scripts.
7
 
 
8
 
#DEBHELPER#
9
 
 
10
 
exit 0