~ubuntu-branches/ubuntu/trusty/pgpgpg/trusty

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Pawel Wiecek
  • Date: 2004-03-24 20:50:30 UTC
  • Revision ID: james.westby@ubuntu.com-20040324205030-ljljy4r4ylgq8uxr
Tags: 0.13-8
Added Replaces: pgp (closes: #238095)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
update-alternatives --install /usr/bin/pgp pgp /usr/bin/pgpgpg 20
 
4
 
 
5
#DEBHELPER#
 
6