#!/bin/sh # # $FreeBSD: ports/mail/simscan/files/pkg-deinstall.in,v 1.1 2007/08/30 16:12:16 garga Exp $ USER=simscan GROUP=${USER} if [ x$2 != xDEINSTALL ]; then exit fi pw groupdel -n ${GROUP} || true pw userdel -n ${GROUP} || true rmdir %%QMAIL_PREFIX%%/%%SIMSCAN_DIR%% || true echo "" echo "If you're not updating this port, you can delete %%QMAIL_PREFIX%%/%%SIMSCAN_DIR%% directory" echo ""