From 02acf3932501e4ca775787bf0c86ef97a50c986d Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 13 Apr 2025 15:20:14 +0100 Subject: packaging: T7336: fix package install files --- debian/vyos-libnss-mapuser.postinst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/vyos-libnss-mapuser.postinst (limited to 'debian/vyos-libnss-mapuser.postinst') 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 -- cgit v1.2.3