diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-15 19:45:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-15 19:45:25 +0800 |
commit | 335ca5a33936d45ec8953b47b2111861dec26b44 (patch) | |
tree | 7321796d3a7333146d17e6b9fdcc9f65289b39b6 /www/mozilla/pkg-deinstall.in | |
parent | 3cb616fa53256541a93a4497a0d98dfd64650ffb (diff) | |
download | marcuscom-ports-335ca5a33936d45ec8953b47b2111861dec26b44.tar.gz marcuscom-ports-335ca5a33936d45ec8953b47b2111861dec26b44.tar.zst marcuscom-ports-335ca5a33936d45ec8953b47b2111861dec26b44.zip |
- now in ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5956 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/pkg-deinstall.in')
-rw-r--r-- | www/mozilla/pkg-deinstall.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/www/mozilla/pkg-deinstall.in b/www/mozilla/pkg-deinstall.in deleted file mode 100644 index 7d0d70f5d..000000000 --- a/www/mozilla/pkg-deinstall.in +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/www/mozilla/pkg-deinstall.in,v 1.9 2005/11/13 19:07:58 ahze Exp $ -# -# Date created: Mon Nov 29, 2003 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# 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 |