#!/bin/sh
#
# $MidnightBSD$

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
