#!/bin/sh

set -e

if [ -x /usr/sbin/dwww-doc-index ]
then
	dwww-doc-index
fi
