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

Revision 25594, 278 bytes checked in by jdreed, 12 years ago (diff)
In pam-config: * Set XDG_CACHE_HOME to something on local disk (Trac: #1109 and #1162)
  • 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        pam-auth-update --package --remove xdg-cache-home-mktemp
9    fi
10fi
11
12#DEBHELPER#
Note: See TracBrowser for help on using the repository browser.