summaryrefslogtreecommitdiffstats
path: root/autoscripts/preinst-nss
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/preinst-nss')
-rw-r--r--autoscripts/preinst-nss4
1 files changed, 4 insertions, 0 deletions
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