summaryrefslogtreecommitdiffstats
path: root/autoscripts/preinst-nss
blob: a21bc7a8158b7a84f57745389626e594c46c217c (plain)
1
2
3
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