head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.14.13.58.52;	author skreuzer;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@#!/bin/sh
#
# $FreeBSD: head/www/p5-FCGI-Spawn/pkg-deinstall 300897 2012-07-14 14:29:18Z beat $
#

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

USER=fcgi

if pw usershow "${USER}" 2>/dev/null 1>&2; then
	echo "To delete user permanently, use 'pw userdel ${USER}'. Also, unused groups of that user should be deleted, too"
fi

exit 0
@


1.1
log
@I forgot to add some new files so the Previous commit was incomplete.

PR:		ports/144262
Submitted by:	Peter Vereshagin <peter@@vereshagin.org>
@
text
@d3 1
a3 1
# $FreeBSD$
@

