summaryrefslogtreecommitdiff
path: root/mail/pymsgauth/DEINSTALL
diff options
context:
space:
mode:
authorschmonz <schmonz>2005-04-18 15:59:37 +0000
committerschmonz <schmonz>2005-04-18 15:59:37 +0000
commit6c50c92c5a1351e850e5cf32ab68ee05013ad1f6 (patch)
tree12060def9136b3d39257baa615fc4491b5d3734e /mail/pymsgauth/DEINSTALL
parent695433cdbb827e1060edc67a4fc475e35b6dbdc6 (diff)
downloadpkgsrc-6c50c92c5a1351e850e5cf32ab68ee05013ad1f6.tar.gz
Initial import of pymsgauth 2.1.0, a toolkit for automatically and
securely dealing with qsecretary confirmation notices.
Diffstat (limited to 'mail/pymsgauth/DEINSTALL')
-rw-r--r--mail/pymsgauth/DEINSTALL10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/pymsgauth/DEINSTALL b/mail/pymsgauth/DEINSTALL
new file mode 100644
index 00000000000..6d0e7a06e93
--- /dev/null
+++ b/mail/pymsgauth/DEINSTALL
@@ -0,0 +1,10 @@
+# $NetBSD: DEINSTALL,v 1.1.1.1 2005/04/18 15:59:38 schmonz Exp $
+
+case ${STAGE} in
+
+POST-DEINSTALL)
+
+ ${RM} ${PREFIX}/bin/pymsgauth-*
+ ;;
+
+esac