diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-03-31 00:04:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-03-31 00:04:24 +0000 |
commit | f997e145d134da5da1c8ce1c6dcbb3814e65292e (patch) | |
tree | 2fec861db5ecb1a1acc775abe0c55f306ae7910d /www/mozilla | |
parent | 0925e2fbfea47d362ba2d71955a94bed7a721a48 (diff) | |
download | ports-f997e145d134da5da1c8ce1c6dcbb3814e65292e.tar.gz ports-f997e145d134da5da1c8ce1c6dcbb3814e65292e.zip |
- Don't remove extensions dir.. firefox and thunderbird don't like this
sorry people =(
Notes
Notes:
svn path=/head/; revision=158435
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/pkg-install.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/mozilla/pkg-install.in b/www/mozilla/pkg-install.in index 0ae1cab8f3ec..c6e6737a92cb 100644 --- a/www/mozilla/pkg-install.in +++ b/www/mozilla/pkg-install.in @@ -23,7 +23,6 @@ rm -rf ${MOZDIR}/chrome/overlayinfo rm -f ${MOZDIR}/chrome/*.rdf mkdir -p ${MOZDIR}/chrome/overlayinfo rm -f ${MOZDIR}/component.reg -rm -rf ${MOZDIR}/extensions cd ${MOZDIR} || exit 1 if [ -f ${REGXPCOM} ]; then |