summaryrefslogtreecommitdiffstats
path: root/debian/libpam-systemd.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libpam-systemd.postinst')
-rw-r--r--debian/libpam-systemd.postinst7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/libpam-systemd.postinst b/debian/libpam-systemd.postinst
new file mode 100644
index 0000000..7e37590
--- /dev/null
+++ b/debian/libpam-systemd.postinst
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+set -e
+
+pam-auth-update --package
+
+#DEBHELPER#