summaryrefslogtreecommitdiff
path: root/devel/isect/DEINSTALL
diff options
context:
space:
mode:
authorseb <seb>2003-06-23 11:16:49 +0000
committerseb <seb>2003-06-23 11:16:49 +0000
commitb554c835fc58b69ec08b74b88d086c493682cb09 (patch)
tree6e5655047751e078811e36d82c5c1665edb6b51e /devel/isect/DEINSTALL
parent64f3708c11ba204bcd5e879b6e53f192b8823250 (diff)
downloadpkgsrc-b554c835fc58b69ec08b74b88d086c493682cb09.tar.gz
Convert and adapt to USE_NEW_TEXINFO.
Make it obvious that PKGINSTALL framework is now used.
Diffstat (limited to 'devel/isect/DEINSTALL')
-rw-r--r--devel/isect/DEINSTALL16
1 files changed, 3 insertions, 13 deletions
diff --git a/devel/isect/DEINSTALL b/devel/isect/DEINSTALL
index 8df814bd1ec..83fbc6d1718 100644
--- a/devel/isect/DEINSTALL
+++ b/devel/isect/DEINSTALL
@@ -1,15 +1,10 @@
-#!/bin/sh
#
-# $NetBSD: DEINSTALL,v 1.1 2001/11/01 01:24:13 zuntum Exp $
+# $NetBSD: DEINSTALL,v 1.2 2003/06/23 11:16:49 seb Exp $
#
-PKGNAME=$1
-
-case $2 in
-DEINSTALL)
- ;;
+case "${STAGE}" in
POST-DEINSTALL)
- /bin/cat << EOF
+ ${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove the
hostname alias to "isectd" and remove the isect services listed in
@@ -17,9 +12,4 @@ hostname alias to "isectd" and remove the isect services listed in
===========================================================================
EOF
;;
-*)
- echo "Unexpected argument: $2"
- exit 1
- ;;
esac
-exit 0