#!/bin/sh
# $Id: prerm,v 1.2 2007-07-01 09:30:42 robert Exp $

set -e

if [ "X$1" = "Xremove" ] ; then
	rm -f /var/cache/man2html/* 
fi

#DEBHELPER#
