summaryrefslogtreecommitdiff
path: root/debian/libpam-radius-auth.postinst
blob: de079adb6c23d8ff7c09cc831bd6a271ea12eddf (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

set -e

# needed for install, upgrade, remove, and purge, including aborts
pam-auth-update --package

#DEBHELPER#