summaryrefslogtreecommitdiff
path: root/mail/qpopper/DEINSTALL
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2002-05-03 15:09:49 +0000
committertaca <taca@pkgsrc.org>2002-05-03 15:09:49 +0000
commit38b5c7d22ee823b3a3c080bff321e0683c7d53a8 (patch)
treec294764eb230554e7b6293b7846a9f8ec7074b9f /mail/qpopper/DEINSTALL
parent981b7fa63c4545924f224eda498cd1206b80b2cb (diff)
downloadpkgsrc-38b5c7d22ee823b3a3c080bff321e0683c7d53a8.tar.gz
Qpoper package update. There is no functional change.
- Utilize bsd.pkg.install.mk. - Honor PKG_SYSCONFDIR.
Diffstat (limited to 'mail/qpopper/DEINSTALL')
-rw-r--r--mail/qpopper/DEINSTALL24
1 files changed, 0 insertions, 24 deletions
diff --git a/mail/qpopper/DEINSTALL b/mail/qpopper/DEINSTALL
deleted file mode 100644
index 8a586e5ede9..00000000000
--- a/mail/qpopper/DEINSTALL
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:01:14 zuntum Exp $
-#
-
-PKGNAME=$1
-STAGE=$2
-
-DB_SUFFIX=@DB_SUFFIX@
-QPOPPER_APOP_AUTH=@QPOPPER_APOP_AUTH@.${DB_SUFFIX}
-QPOPPER_USER=@QPOPPER_USER@
-
-case "${STAGE}" in
-DEINSTALL)
- cat <<EOF
-===========================================================================
-
-If you won't be using ${PKGNAME} any longer, you may want to remove
-user "${QPOPPER_USER}" and delete a file "${QPOPPER_APOP_AUTH}".
-
-===========================================================================
-EOF
- ;;
-esac