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