aboutsummaryrefslogtreecommitdiff
path: root/www/kompozer/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/kompozer/pkg-deinstall.in')
-rw-r--r--www/kompozer/pkg-deinstall.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/www/kompozer/pkg-deinstall.in b/www/kompozer/pkg-deinstall.in
deleted file mode 100644
index 513886b85f79..000000000000
--- a/www/kompozer/pkg-deinstall.in
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-# $MCom: ports/www/nvu/pkg-deinstall.in,v 1.1 2005/11/14 04:12:09 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
-
-NVUDIR=%%MOZDIR%%
-
-rm -rf ${NVUDIR}/chrome/overlayinfo
-rm -f ${NVUDIR}/chrome/*.rdf
-rm -f ${NVUDIR}/component.reg
-rm -f ${NVUDIR}/components.ini
-rm -f ${NVUDIR}/defaults.ini
-rm -f ${NVUDIR}/components/*.dat
-rm -rf ${NVUDIR}/extensions
-
-exit 0