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