freebsd-ports/mail/simscan/pkg-deinstall
Roman Bogorodskiy 3ada00cdc3 Add simscan - a good, simple, and fast qmail scanner, which works with
SpamAssassin/ClamAV, written in C.

PR:		78629[1], 79135[2]
Submitted by:	Anton Karpov <toxa@toxahost.ru> [1],
		Cristiano Deana <cris@gufi.org> [2]
2005-04-03 16:04:21 +00:00

13 lines
160 B
Bash

#!/bin/sh
#
# $FreeBSD$
USER=simscan
GROUP=${USER}
if [ x$2 != xDEINSTALL ]; then
exit
fi
pw groupdel -n ${GROUP} || true
pw userdel -n ${GROUP} || true