source:
trunk/debathena/debathena/libpam-krb524/debian/libpam-krb524.prerm
@
23226
Revision 23226, 120 bytes checked in by price, 16 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[23226] | 1 | #!/bin/sh |
2 | set -e | |
3 | ||
4 | if hash pam-auth-update 2>/dev/null; then | |
5 | pam-auth-update --package --remove krb524 | |
6 | fi | |
7 | ||
8 | #DEBHELPER# |
Note: See TracBrowser
for help on using the repository browser.