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