diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-12 00:04:40 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-12 00:04:40 +0000 |
commit | 7c81ff7690a321f7aa8aeac4b623b0c0a48220c2 (patch) | |
tree | 3db1b6a9d263d2090826d362bfa305c70e30fe56 /www/firefox36/pkg-deinstall.in | |
parent | fdee56390ba8f3aecace6dfc6237958697809a61 (diff) | |
download | FreeBSD-ports-7c81ff7690a321f7aa8aeac4b623b0c0a48220c2.zip FreeBSD-ports-7c81ff7690a321f7aa8aeac4b623b0c0a48220c2.tar.gz |
* Update to 1.0.1.p (aka 0.10.1, aka 1.0PR)
* Add support for installing the new Firefox brand icon by defining
WITH_NEW_ICON [1]
For all that's new, check out http://www.mozilla.org/products/firefox/releases/
PR: 71781 [1]
Submitted by: Radek Kozlowski <radek@raadradd.com> [1]
Diffstat (limited to 'www/firefox36/pkg-deinstall.in')
-rw-r--r-- | www/firefox36/pkg-deinstall.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox36/pkg-deinstall.in b/www/firefox36/pkg-deinstall.in index 3fe1644..d806dcc 100644 --- a/www/firefox36/pkg-deinstall.in +++ b/www/firefox36/pkg-deinstall.in @@ -17,6 +17,7 @@ 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}/components/*.dat rm -rf ${MOZDIR}/extensions |