~ubuntu-branches/ubuntu/trusty/libpwquality/trusty

« back to all changes in this revision

Viewing changes to debian/libpam-pwquality.postinst

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Timo Aaltonen, Michael Biebl
  • Date: 2013-06-29 05:25:51 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130629052551-lxru1wjinm5pqvzg
Tags: 1.2.2-1
[ Timo Aaltonen ]
* libpam-pwquality: Add a config file for pam-auth-update.
  (Closes: #703817, LP: #1191990)

[ Michael Biebl ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
pam-auth-update --package
 
6
 
 
7
#DEBHELPER#