#!/bin/sh
#
#
#
# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# ident	"@(#)preremove	1.1	07/11/09 SMI"
#

# Remove ppdmgr created cache files
/bin/rm -f $BASEDIR/var/lp/ppd/caches/*
/bin/rm -f $BASEDIR/var/lp/ppd/ppdcache

exit 0
