summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird/pkg-deinstall.in
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-30 05:46:12 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-30 05:46:12 +0800
commitdff320e95e1d0a6aed0ec85efb495575ec0614b4 (patch)
treee1eb7ef4390eb0a4109fc8c2bf1e21c1ab33c3f4 /mail/thunderbird/pkg-deinstall.in
parentc916094aec2d5c829e79b8ed901cacbe8e477c16 (diff)
downloadmarcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.gz
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.bz2
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.lz
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.xz
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.tar.zst
marcuscom-ports-dff320e95e1d0a6aed0ec85efb495575ec0614b4.zip
- Remove
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5245 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/thunderbird/pkg-deinstall.in')
-rw-r--r--mail/thunderbird/pkg-deinstall.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/mail/thunderbird/pkg-deinstall.in b/mail/thunderbird/pkg-deinstall.in
deleted file mode 100644
index dac65033b..000000000
--- a/mail/thunderbird/pkg-deinstall.in
+++ /dev/null
@@ -1,26 +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.ini
-rm -f ${MOZDIR}/defaults.ini
-rm -f ${MOZDIR}/components/*.dat
-rm -rf ${MOZDIR}/extensions
-
-exit 0