#!/bin/sh # # $FreeBSD$ # # 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 rm -rf ${MOZDIR}/extensions exit 0 title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove mysql 4X referencemiwi2013-05-221-6/+2
* fix build with glib 2.34: wv2, gimp-focusblur-plugin, gtk-murrine-enginekwm2013-04-021-2/+2
* Fix build with glib 2.34.kwm2013-03-301-0/+13
* Update PCRE to 8.32mm2012-12-11