aboutsummaryrefslogtreecommitdiffstats
path: root/packages/i686-nativesdk-pokysdk-linux/nativesdk-libdrm/nativesdk-libdrm-doc/latest.pkg_postinst
blob: b0e97433497dd3ee5cf5e33538c557c5f2b51aca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/i686-pokysdk-linux/usr/bin sysconfdir=/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/etc mandir=/usr/local/oe-sdk-hardcoded-buildpath/sysroots/i686-pokysdk-linux/usr/share/man
			else
				$INTERCEPT_DIR/postinst_intercept delay_to_first_boot nativesdk-libdrm-doc mlprefix=nativesdk-
			fi
		else
			mandb -q
		fi
	fi