summaryrefslogtreecommitdiff
path: root/debian/libnss-mapuser.postinst
blob: 3220f995ab30cb28f5b66cf81503f887ff3263f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
# postinst script for libnss-mapuser
#
# see: dh_installdeb(1)

set -e

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


#DEBHELPER#

exit 0