From b554c835fc58b69ec08b74b88d086c493682cb09 Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 23 Jun 2003 11:16:49 +0000 Subject: Convert and adapt to USE_NEW_TEXINFO. Make it obvious that PKGINSTALL framework is now used. --- devel/isect/DEINSTALL | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'devel/isect/DEINSTALL') 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 -- cgit v1.2.3