summaryrefslogtreecommitdiff
path: root/debian/vyos-libnss-mapuser.postinst
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2025-04-13 15:20:14 +0100
committerDaniil Baturin <daniil@baturin.org>2025-04-13 15:20:14 +0100
commit02acf3932501e4ca775787bf0c86ef97a50c986d (patch)
treea86fb29d871f19e17b543b8fd14d7cb3d7e7df71 /debian/vyos-libnss-mapuser.postinst
parent5f734fc9e65e2c3de112d1d2be7b3ef94de0095d (diff)
downloadlibnss-mapuser-02acf3932501e4ca775787bf0c86ef97a50c986d.tar.gz
libnss-mapuser-02acf3932501e4ca775787bf0c86ef97a50c986d.zip
packaging: T7336: fix package install files
Diffstat (limited to 'debian/vyos-libnss-mapuser.postinst')
-rw-r--r--debian/vyos-libnss-mapuser.postinst14
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