source:
trunk/debathena/config/pam-config/debian/debathena-pam-config.prerm
@
24065
Revision 24065, 220 bytes checked in by broder, 15 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | #!/bin/sh |
2 | set -e |
3 | |
4 | if [ "$1" = remove ]; then |
5 | if hash pam-auth-update 2>/dev/null; then |
6 | pam-auth-update --package --remove krb5 |
7 | pam-auth-update --package --remove athena-session-tmpdir-mktemp |
8 | fi |
9 | fi |
10 | |
11 | #DEBHELPER# |
Note: See TracBrowser
for help on using the repository browser.