From ecb1fd57dd3e40b2061eeefcc01249c9c57b73b2 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 6 Nov 2005 02:56:11 +0000 Subject: - Clean out mail git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5039 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/thunderbird-devel/pkg-install.in | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 mail/thunderbird-devel/pkg-install.in (limited to 'mail/thunderbird-devel/pkg-install.in') diff --git a/mail/thunderbird-devel/pkg-install.in b/mail/thunderbird-devel/pkg-install.in deleted file mode 100644 index 588e64906..000000000 --- a/mail/thunderbird-devel/pkg-install.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom$ -# -# Date created: Mon Nov 29, 2003 -# Whom: Thierry Thomas () -# Fix the chrome registry. - -umask 022 -PATH=/bin:/usr/bin:/usr/local/bin - -[ "x$1" = "x" ] && exit 1 -[ "x$2" != "xPOST-INSTALL" ] && exit 0 - -MOZDIR=%%MOZDIR%% -REGXPCOM=${MOZDIR}/regxpcom -THUNDERBIRD=${MOZDIR}/thunderbird-bin - -echo "===> Building Chrome's registry..." - -cd ${MOZDIR} || exit 1 -./run-mozilla.sh ${REGXPCOM} || true -./run-mozilla.sh ${THUNDERBIRD} -register > /dev/null 2>&1 - -exit 0 -- cgit v1.2.3