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
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


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

1.1
date	2008.12.27.03.38.24;	author pgollucci;	state Exp;
branches;
next	;


desc
@@


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

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

GROUP=rt

if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then
    if pw groupdel ${GROUP}; then
        echo "Removed group \"${GROUP}\"."
    else
        echo "Removing group \"${GROUP}\" failed..."
        exit 1
    fi
fi

exit 0
@


1.1
log
@               PLEASE WELCOME www/rt38

o www/rt3 has marked been IGNORE for at least one year, so has been removed.
o All www/rt* ports are now deprecated and will be removed 2008-02-01
  except www/rt36.
o GID 180 has been registered officially for rt's use.
o exactly one of www/rt36 or www/rt38 may be installed at any one time

www/p5-RT* and www/p5-RTx* will be updated shortly to depend on www/rt38.

www/rt38 is now packageable.  This means that you have to run some scripts
BY HAND after the port installation is done.

PR:             ports/125745, ports/125785
Requested by:   several on ports@@
Approved by:    vivek@@khera.org (previous rt maintainer)
@
text
@d2 1
a2 1
# $FreeBSD$
@

