From 1d6d8671262dc6b2a4e02e4a1878d91b86647054 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 06:42:34 +0200 Subject: Adding upstream version 1.7. Signed-off-by: Daniel Baumann --- autoscripts/preinst-nss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 autoscripts/preinst-nss (limited to 'autoscripts/preinst-nss') diff --git a/autoscripts/preinst-nss b/autoscripts/preinst-nss new file mode 100644 index 0000000..a21bc7a --- /dev/null +++ b/autoscripts/preinst-nss @@ -0,0 +1,4 @@ +if [ "$1" = install ]; then + # Signal to postinst that the NSS services should be installed, even if the package has been removed but not purged. + touch "${DPKG_ROOT}/etc/nsswitch.conf.nss.${DPKG_MAINTSCRIPT_PACKAGE}-will-install" +fi -- cgit v1.2.3