~ubuntu-branches/ubuntu/lucid/samba/lucid-security

« back to all changes in this revision

Viewing changes to debian/winbind.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Thierry Carrez
  • Date: 2010-04-06 11:59:54 UTC
  • Revision ID: james.westby@ubuntu.com-20100406115954-abof7mfw43ncpopw
Tags: 2:3.4.7~dfsg-1ubuntu2
* debian/winbind.pam-config: Fix password PAM profile for winbind, thanks to
  Steve Langasek for investigation and fix (LP: #546874)
* debian/winbind.prerm, debian/winbind.postinst: Enable and disable winbind
  PAM profile on package install/removal (LP: #556342)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "$1" = remove ]; then
 
6
        pam-auth-update --package --remove winbind
 
7
fi
 
8
 
 
9
#DEBHELPER#