head	1.3;
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.3
date	2013.01.11.22.56.49;	author svnexp;	state dead;
branches;
next	1.2;

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

1.1
date	2009.01.14.12.48.36;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310249
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310249 | jgh | 2013-01-11 21:52:47 +0000 (Fri, 11 Jan 2013) | 5 lines
## SVN ##
## SVN ## - port has expired, incompatible building against ant
## SVN ## - no upstream successor builds with non-EOL'd tomcat version
## SVN ##
## SVN ## Approved by:	maintainer, loader@@freebsdmall.com
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@#!/bin/sh
#
# $FreeBSD: head/www/openbravoerp/pkg-deinstall 300897 2012-07-14 14:29:18Z beat $
#

PATH=/bin:/usr/bin

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

TMP_DIR="hsperfdata_root hsperfdata_www"

rm_dir () {
    for dir in $@@
    do
        if [ -d /tmp/${dir} ]; then
        rm -fr /tmp/${dir}
        fi
    done
}

find /tmp -type f -name 'bitrock_installer*' | xargs rm -f
find /tmp -type f -name 'bitrock_debug*' | xargs rm -f

rm_dir ${TMP_DIR}

exit 0
@


1.2
log
@Switch exporter over
@
text
@@


1.1
log
@Openbravo ERP is a Web based ERP for SME, built on proven MVC & MDD framework
that facilitate its customization. Already in production, Openbravo ERP
encompasses a broad range of functionalities such as finance, supply chain,
manufacturing & much more.

WWW: http://www.openbravo.com/

PR:		ports/129175
Submitted by:	loader at freebsdmall.com
@
text
@d3 1
a3 1
# $FreeBSD$
@

