diff options
Diffstat (limited to 'debian/vyos-libnss-mapuser.postinst')
-rw-r--r-- | debian/vyos-libnss-mapuser.postinst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/vyos-libnss-mapuser.postinst b/debian/vyos-libnss-mapuser.postinst new file mode 100644 index 0000000..3220f99 --- /dev/null +++ b/debian/vyos-libnss-mapuser.postinst @@ -0,0 +1,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 |