summaryrefslogtreecommitdiff
path: root/mail/simscan/pkg-deinstall
blob: c83e30aca59dc05d397b3bd505defa3707a1781b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
#
# $FreeBSD$

USER=simscan
GROUP=${USER}

if [ x$2 != xDEINSTALL ]; then
    exit
fi

pw groupdel -n ${GROUP} || true
pw userdel -n ${GROUP} || true