summaryrefslogtreecommitdiffstats
path: root/mail/dcc-dccd/pkg-deinstall
blob: 2b35b92205c6dc6a47c314f433032310c4ea2aa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# $FreeBSD$

if [ "$2" != "POST-DEINSTALL" ]; then
	exit 0
fi

DCCUSER=%%DCCUSER%%

if pw usershow "${DCCUSER}" 2>/dev/null 1>&2; then
	echo "To delete ${DCCUSER} user permanently, use 'pw userdel \"${DCCUSER}\"'"
fi
exit 0
OpenPOWER on IntegriCloud