freebsd-ports/devel/dbus/pkg-deinstall
Koop Mast a978232023 Update to 1.6.8.
Update Makefile header, port to OptionsNG and pet portlint.
Add portscout macro
2013-03-09 22:36:49 +00:00

15 lines
237 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 and /var/db/dbus"
echo ""
;;
esac