~ubuntu-branches/ubuntu/precise/semi/precise

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2010-02-08 23:40:04 UTC
  • mfrom: (1.1.10 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100208234004-k3cbhmo5ubnwcd15
Tags: 1.14.6+0.20100207-1
* New upstream release. (CVS semi-1_14 branch on 2010-02-07)
  - Fix non-compliant messages that are signed and encrypted with OpenPGP.
    (closes: #555472)
  - Fix missing mandatory "Version: 1" field for application/pgp-encrypted.
    (closes: #554720)
* debian/rules: Add direntry to *.texi for *.info. (closes: #528895)
* debian/prerm, debian/postinst: Removed.
* debian/control:
  - Add `dpkg (>= 1.15.4) | install-info' to Depends.
  - Add `${misc:Depends}' to Depends.
  - Set Section to lisp.
  - Update Standards-Version to 3.8.4.
* debian/copyright: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
set -e
3
 
 
4
 
if [ "$1" = "configure" ]; then
5
 
  install-info --quiet --section "Emacs" "MIME-UI (en)" \
6
 
    --menuentry=SEMI-en /usr/share/info/mime-ui-en.info.gz
7
 
  install-info --quiet --section "Emacs" "MIME-UI (ja)" \
8
 
    --menuentry=SEMI-ja /usr/share/info/mime-ui-ja.info.gz
9
 
fi
10
 
 
11
 
#DEBHELPER#