#!/bin/sh
#
# (c) Copyright 2002 Hewlett-Packard Development Company, L.P.
#

if [ -f $1.del ]; then
	rm -rf `cat $1.del`
	rm -f $1.del
fi
