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)
libpam-athena-locker: self-enable with pam-auth-update where available
RevLine 
[23228]1#!/bin/sh
2set -e
3
4if hash pam-auth-update 2>/dev/null; then
5  pam-auth-update --package
6fi
7
8#DEBHELPER#
Note: See TracBrowser for help on using the repository browser.