summarylogtreecommitdiffstats
path: root/mandb-ondemand.install
blob: de902fe24ad0dfe8481559987e234655755b4c49 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	if [ ! -f /var/cache/man/index.db ]; then
		echo "it's recommended to create an initial"
		echo "database running as root:"
		echo "\"/usr/bin/mandb --quiet\""
	else
		true
	fi
}