summaryrefslogtreecommitdiffstats
path: root/www/firefox/pkg-deinstall.in
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-30 09:01:49 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-30 09:01:49 +0800
commit76119ade65a88e75eb93ddfd099d51bcd9786ad5 (patch)
tree6b1cdc6d951c801b84a5c95924a936cd81d22360 /www/firefox/pkg-deinstall.in
parentdff320e95e1d0a6aed0ec85efb495575ec0614b4 (diff)
downloadmarcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.tar.gz
marcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.tar.zst
marcuscom-ports-76119ade65a88e75eb93ddfd099d51bcd9786ad5.zip
- Remove
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5246 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox/pkg-deinstall.in')
-rw-r--r--www/firefox/pkg-deinstall.in23
1 files changed, 0 insertions, 23 deletions
diff --git a/www/firefox/pkg-deinstall.in b/www/firefox/pkg-deinstall.in
deleted file mode 100644
index 825a801d7..000000000
--- a/www/firefox/pkg-deinstall.in
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-# $MCom$
-#
-# 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