File: libpam-ldap.prerm

package info (click to toggle)
libpam-ldap 184-8.5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 560 kB
  • ctags: 5
  • sloc: sh: 127; perl: 68; makefile: 33
file content (11 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

if [ "$1" = remove ]; then
	pam-auth-update --package --remove ldap
fi

#DEBHELPER#

exit 0