diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 08:32:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-09 08:32:57 +0800 |
commit | e819ed5371bcfe4b6cf815f969e0f998c9003c7a (patch) | |
tree | 81a629e4579691b66e2cbfa040723207ad7f108b /www/firefox3-devel/pkg-deinstall.in | |
parent | fb062e633fbc35e83662402f4d1903eb36cefe71 (diff) | |
download | marcuscom-ports-e819ed5371bcfe4b6cf815f969e0f998c9003c7a.tar marcuscom-ports-e819ed5371bcfe4b6cf815f969e0f998c9003c7a.tar.gz marcuscom-ports-e819ed5371bcfe4b6cf815f969e0f998c9003c7a.tar.bz2 marcuscom-ports-e819ed5371bcfe4b6cf815f969e0f998c9003c7a.tar.lz marcuscom-ports-e819ed5371bcfe4b6cf815f969e0f998c9003c7a.tar.xz marcuscom-ports-e819ed5371bcfe4b6cf815f969e0f998c9003c7a.tar.zst marcuscom-ports-e819ed5371bcfe4b6cf815f969e0f998c9003c7a.zip |
Remove yet another directory in our cleanup phase.
Submitted by: Marcus Grando <marcus@corp.grupos.com.br>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4427 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/firefox3-devel/pkg-deinstall.in')
-rw-r--r-- | www/firefox3-devel/pkg-deinstall.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox3-devel/pkg-deinstall.in b/www/firefox3-devel/pkg-deinstall.in index 16182ca82..b0866686a 100644 --- a/www/firefox3-devel/pkg-deinstall.in +++ b/www/firefox3-devel/pkg-deinstall.in @@ -1,7 +1,7 @@ #!/bin/sh # # $FreeBSD$ -# $MCom: ports/www/firefox/pkg-deinstall.in,v 1.5 2005/06/28 05:40:11 adamw Exp $ +# $MCom: ports/www/firefox-devel/pkg-deinstall.in,v 1.6 2005/07/14 05:25:43 ahze Exp $ # # Date created: Mon Nov 29, 2003 # Whom: Thierry Thomas (<thierry@pompo.net>) @@ -23,5 +23,6 @@ rm -f ${MOZDIR}/components.ini rm -f ${MOZDIR}/defaults.ini rm -f ${MOZDIR}/components/*.dat rm -rf ${MOZDIR}/extensions +rm -rf ${MOZDIR}/updates exit 0 |