diff options
author | ale <ale@FreeBSD.org> | 2004-01-29 02:04:32 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-01-29 02:04:32 +0800 |
commit | d33130555335725a2354ada395c0e700646550bd (patch) | |
tree | 480e2d80a5ddd4bcc7da038ad5c1a2f0939bf73f /mail/enigmail/pkg-deinstall | |
parent | 7a9e7c0146133c933e9f885350eb6fe6085380d6 (diff) | |
download | freebsd-ports-gnome-d33130555335725a2354ada395c0e700646550bd.tar.gz freebsd-ports-gnome-d33130555335725a2354ada395c0e700646550bd.tar.zst freebsd-ports-gnome-d33130555335725a2354ada395c0e700646550bd.zip |
Add enigmail 0.83.1, a GnuPG extension for the Mozilla mail client.
Approved by: nork (mentor)
Diffstat (limited to 'mail/enigmail/pkg-deinstall')
-rw-r--r-- | mail/enigmail/pkg-deinstall | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/enigmail/pkg-deinstall b/mail/enigmail/pkg-deinstall new file mode 100644 index 000000000000..f3078aa9385e --- /dev/null +++ b/mail/enigmail/pkg-deinstall @@ -0,0 +1,8 @@ +#!/bin/sh + +if test "$2" = "POST-DEINSTALL"; then +FILE=${PKG_PREFIX}/lib/mozilla/chrome/installed-chrome.txt +cp ${FILE} ${FILE}.orig +cat ${FILE}.orig | grep -v enigmail > ${FILE} +rm ${FILE}.orig +fi |