set -e
	# only update manual page index caches when manual files are built and installed
	if false; then
		if test -n "$D"; then
			if true; then
				$INTERCEPT_DIR/postinst_intercept update_mandb nativesdk-libdrm-doc mlprefix=nativesdk- binprefix=nativesdk- bindir=/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-oesdk-linux/usr/bin sysconfdir=/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-oesdk-linux/etc mandir=/usr/local/oe-sdk-hardcoded-buildpath/sysroots/x86_64-oesdk-linux/usr/share/man
			else
				$INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libdrm-doc mlprefix=nativesdk-
			fi
		else
			mandb -q
		fi
	fi
