#!/bin/sh
#
#ident  "@(#)r.owfontpath 1.1 00/07/31 SMI"
#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#

# Remove the OWfontpath files.
#	Because none class is removed last, font files aren't
#	removed when it is invoked. OWfontpath should be updated 
#	by each pkg postremove script.

while read dst
do
	rm -f $dst
done

exit 0
