source: trunk/debathena/config/pam-config/debian/debathena-pam-config.prerm @ 24065

Revision 24065, 220 bytes checked in by broder, 15 years ago (diff)
In pam-config: * Merge in the libpam-krb5-config package.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2set -e
3
4if [ "$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
9fi
10
11#DEBHELPER#
Note: See TracBrowser for help on using the repository browser.