~ubuntu-branches/ubuntu/breezy/pam/breezy

« back to all changes in this revision

Viewing changes to debian/packages.d/libpam0g.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-06-28 14:28:08 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040628142808-adikk7vtfg3pzcjw
Tags: 0.76-22
* Add uploaders
* Document location of repository
* Fix options containing arguments in pam_unix, Closes: #254904

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%dirs%
2
 
etc/pam.d
3
 
sbin
4
 
lib
5
 
usr/lib
6
 
usr/include
7
 
usr/share/man/man3
8
 
usr/share/man/man7
9
 
usr/share/man/man8
10
 
usr/share/doc
11
 
%postinst%
12
 
#!/bin/sh -e
13
 
 
14
 
case "$1" in
15
 
        configure)
16
 
                ldconfig
17
 
                ;;
18
 
        abort-upgrade|abort-remove|abort-deconfigure)
19
 
                ;;
20
 
esac
21
 
 
22
 
#DEBHELPER#
23
 
%prerm%
24
 
#!/bin/sh -e
25
 
 
26
 
#DEBHELPER#