set -e
	if [ -z "$D" ]; then
		if command -v systemd-tmpfiles >/dev/null; then
			systemd-tmpfiles --create /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-oesdk-linux/usr/lib/tmpfiles.d/nscd.conf
		elif [ -e /usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-oesdk-linux/etc/init.d/populate-volatile.sh ]; then
			/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-oesdk-linux/etc/init.d/populate-volatile.sh update
		fi
	fi
