#!/bin/sh

set -e

if [ "$1" = remove -a -x /usr/sbin/dwww-doc-index ]
then
	dwww-doc-index
fi
