summaryrefslogtreecommitdiffstats
path: root/mail/thunderbird-devel/pkg-deinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'mail/thunderbird-devel/pkg-deinstall.in')
-rw-r--r--mail/thunderbird-devel/pkg-deinstall.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/thunderbird-devel/pkg-deinstall.in b/mail/thunderbird-devel/pkg-deinstall.in
index d8d555153..882205445 100644
--- a/mail/thunderbird-devel/pkg-deinstall.in
+++ b/mail/thunderbird-devel/pkg-deinstall.in
@@ -1,7 +1,7 @@
#!/bin/sh
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/mail/thunderbird-devel/pkg-deinstall.in,v 1.5 2005/06/28 05:40:07 adamw Exp $
#
# Date created: Mon Nov 29, 2003
# Whom: Thierry Thomas (<thierry@pompo.net>)
@@ -22,5 +22,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