freebsd-ports/devel/dbus/pkg-deinstall
Koop Mast 60b6ad44ca Correct the dbus-protocol.h so c++ in c++11 mode doesn't break.
While here don't remove the dbus pid file, dbus pipe and machine-id. [1]
Now dbus won't die on updates anymore.

Submitted by:	rakuco@, zeising@
Obtained from:	gnome dev repo [1]
2012-09-08 11:05:41 +00:00

15 lines
233 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
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 /var/db/dbus"
echo ""
;;
esac