~ubuntu-branches/ubuntu/wily/bbdb/wily

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2002-04-21 20:02:31 UTC
  • Revision ID: james.westby@ubuntu.com-20020421200231-vgkt14arttxhmcny
Tags: 2.34.cvs20020418-2
* Urgency=high because the Bugfix for #143463 should really go into
  woody. I have not made any other changes in the emacsen-install files,
  and there are no Bug Reports since my last Upload, so i think this is OK.
* I now generate some html Pages from the texinfo Source and install the
  doc-base things. So you can read the bbdb documentation from your 
  Webbrowser if you want that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
install-info --section Emacs Emacs --menuentry="bbdb" \
 
6
        --description='The insidious Big Brother Database for mail and news.' \
 
7
        --quiet /usr/share/info/bbdb.info
 
8
 
 
9
#DEBHELPER#