a978232023
Update Makefile header, port to OptionsNG and pet portlint. Add portscout macro
15 lines
237 B
Bash
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
|