From ffd91b8d7915efb1198d02bcaebe8981ce7b912d Mon Sep 17 00:00:00 2001 From: ahze Date: Wed, 30 Nov 2005 00:44:58 +0000 Subject: - Add seamonkey This is the current release of the Seamonkey open source web browser. It should be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with the use of the FreeBSD native Java plug-in. This is the latest bleeding edge release. Beware that you'll probably find bugs here, so if you value stability, try www/mozilla. WWW: http://www.mozilla.org/projects/seamonkey/ Repocopied by: marcus --- www/seamonkey/pkg-deinstall.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 www/seamonkey/pkg-deinstall.in (limited to 'www/seamonkey/pkg-deinstall.in') diff --git a/www/seamonkey/pkg-deinstall.in b/www/seamonkey/pkg-deinstall.in new file mode 100644 index 00000000000..cea8b574be7 --- /dev/null +++ b/www/seamonkey/pkg-deinstall.in @@ -0,0 +1,23 @@ +#!/bin/sh +# +# $FreeBSD$ +# $MCom: ports/www/seamonkey/pkg-deinstall.in,v 1.9 2005/11/11 04:11:02 ahze Exp $ +# +# Date created: Mon Nov 29, 2003 +# Whom: Thierry Thomas () +# Fix the chrome registry. + +umask 022 +PATH=/bin:/usr/bin + +[ "x$1" = "x" ] && exit 1 +[ "x$2" != "xDEINSTALL" ] && exit 0 + +MOZDIR=%%MOZDIR%% + +rm -rf ${MOZDIR}/chrome/overlayinfo +rm -f ${MOZDIR}/chrome/*.rdf +rm -f ${MOZDIR}/component.reg +rm -f ${MOZDIR}/components/*.dat + +exit 0 -- cgit