#!/bin/sh

set -e

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

if test -x /usr/bin/update-menus
then
	update-menus
fi
