aboutsummaryrefslogtreecommitdiffstats
path: root/packages/i686-nativesdk-pokysdk-linux/nativesdk-glib-2.0/nativesdk-glib-2.0-doc/latest.pkg_postinst
blob: 79ba672d966b3c435f13c842bf31836b7bcf2e5d (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-libglib-2.0-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-libglib-2.0-doc mlprefix=nativesdk-
			fi
		else
			mandb -q
		fi
	fi