From bbfb03d5edd2f7bf2a62135456e00037d46f61a8 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 13 Jun 2008 04:16:29 +0000 Subject: [NEW PORTS] www/webobjects(+) Apple WebObjects ports bundle This is a bundle of several ports covering many typical requirements for building an Apple WebObjects deployment environment. Each port is or has a dependancy with some other port in the bundle, and have therefore been lodged collectively. databases/frontbase: FrontBase is a high performance, scalable, SQL 92 compliant relational database server created in the internet age for universal deployment. WWW: http://www.frontbase.com/ PR: ports/117299 Submitted by: Quinton Dolan --- databases/frontbase/pkg-deinstall | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 databases/frontbase/pkg-deinstall (limited to 'databases/frontbase/pkg-deinstall') diff --git a/databases/frontbase/pkg-deinstall b/databases/frontbase/pkg-deinstall new file mode 100644 index 000000000000..a8cc4d7539a2 --- /dev/null +++ b/databases/frontbase/pkg-deinstall @@ -0,0 +1,15 @@ +#!/bin/sh +# $FreeBSD$ +# + +if [ "$2" != "POST-DEINSTALL" ]; then + exit 0 +fi + +USER=frontbase + +if pw usershow "${USER}" 2>/dev/null 1>&2; then + echo "To delete the FrontBase user permanently, use 'pw userdel ${USER}'" +fi + +exit 0 -- cgit v1.2.3