aboutsummaryrefslogtreecommitdiffstats
path: root/packages/core2-32-poky-linux/nghttp2/nghttp2-doc/latest.pkg_postinst
blob: 85fbcd6314df388939bf6a221aeec33e1497d9ec (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 nghttp2-doc mlprefix= binprefix= bindir=/usr/bin sysconfdir=/etc mandir=/usr/share/man
			else
				$INTERCEPT_DIR/postinst_intercept delay_to_first_boot nghttp2-doc mlprefix=
			fi
		else
			mandb -q
		fi
	fi