#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.2 2002/01/08 09:56:19 tron Exp $
#

XMCDDIR=${PKG_PREFIX}/lib/X11/xmcd

case ${STAGE} in
POST-DEINSTALL)
	${CAT} << EOF
=============================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove
any cached CD information in

	${XMCDDIR}/cdinfo

any local discography collection in

	${XMCDDIR}/discog

and any drive information in

	${XMCDDIR}/config

e.g., by deleting the corresponding directory.  Please note that config
files will get overwritten on re-install if you don't save them manually.
=============================================================================
EOF
	;;
esac
