diff options
Diffstat (limited to 'debian/libpam-lastlog2.postinst')
-rwxr-xr-x | debian/libpam-lastlog2.postinst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/libpam-lastlog2.postinst b/debian/libpam-lastlog2.postinst new file mode 100755 index 0000000..2db8674 --- /dev/null +++ b/debian/libpam-lastlog2.postinst @@ -0,0 +1,6 @@ +#!/bin/sh +set -e + +pam-auth-update --package + +#DEBHELPER# |