diff options
author | mezz <mezz@FreeBSD.org> | 2005-08-28 08:00:58 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-08-28 08:00:58 +0000 |
commit | 6c9010a85413c63edf9c6b021190161713619a0e (patch) | |
tree | 4a345ef88cc82dc7bcfb5d4c427c028f260fe5d0 /mail/enigmail-thunderbird/pkg-deinstall | |
parent | 74037487e3ba65a9a636e63819f119b41d31383c (diff) | |
download | FreeBSD-ports-6c9010a85413c63edf9c6b021190161713619a0e.zip FreeBSD-ports-6c9010a85413c63edf9c6b021190161713619a0e.tar.gz |
Chase with thunderbird update, bump the PORTREVISION.
Approved by: ale (maintainer)
Diffstat (limited to 'mail/enigmail-thunderbird/pkg-deinstall')
-rw-r--r-- | mail/enigmail-thunderbird/pkg-deinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/enigmail-thunderbird/pkg-deinstall b/mail/enigmail-thunderbird/pkg-deinstall index a79cf72..08be91f 100644 --- a/mail/enigmail-thunderbird/pkg-deinstall +++ b/mail/enigmail-thunderbird/pkg-deinstall @@ -1,7 +1,7 @@ #!/bin/sh if test "$2" = "POST-DEINSTALL"; then -FILE=${PKG_PREFIX}/lib/thunderbird/lib/thunderbird-1.0.6/chrome/installed-chrome.txt +FILE=${PKG_PREFIX}/lib/thunderbird/chrome/installed-chrome.txt cp ${FILE} ${FILE}.orig cat ${FILE}.orig | grep -v enigmime | grep -v enigmail > ${FILE} rm ${FILE}.orig |