#!/bin/sh
#
# $MidnightBSD: mports/devel/dbus/pkg-deinstall,v 1.1 2013/06/21 23:26:02 laffer1 Exp $

case $2 in
DEINSTALL)
	echo ""
	echo "To really remove the dbus port, please remove the following"
	echo "directories and the content manualy:"
	echo ""
	echo "/var/run/dbus and /var/db/dbus"
	echo ""
	;;
esac
