#!/bin/sh
#
# $OpenBSD: DEINSTALL,v 1.2 2002/09/15 15:57:41 marcm Exp $
#

set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin

echo
echo "+--------------- $1"
echo "| To completly remove $1 from your system you should also"
echo "| remove the configuration directory:"
echo "|"
echo "| /var/db/gnome/gnome-print"
echo "|"
echo "| If you are planning on installing $1 again in the future"
echo "| you can leave it as it is."
echo "+--------------- $1"
echo

exit 0
