source: trunk/debathena/debathena/libpam-krb524/debian/libpam-krb524.prerm @ 23226

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