diff options
Diffstat (limited to 'www/firefox15/pkg-deinstall.in')
-rw-r--r-- | www/firefox15/pkg-deinstall.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/firefox15/pkg-deinstall.in b/www/firefox15/pkg-deinstall.in deleted file mode 100644 index 0abb7e7c0458..000000000000 --- a/www/firefox15/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# 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 |