From e456883fba0bc141ce2dde46bfd780b3b2d95d94 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 24 Aug 2001 23:48:21 +0000 Subject: Remove some more directories during deinstallation. --- editors/abiword/pkg/DEINSTALL | 6 +++--- editors/abiword/pkg/PLIST | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'editors') diff --git a/editors/abiword/pkg/DEINSTALL b/editors/abiword/pkg/DEINSTALL index d1896a4f46f..dfba23eb825 100644 --- a/editors/abiword/pkg/DEINSTALL +++ b/editors/abiword/pkg/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.1 2001/08/10 04:50:09 jlam Exp $ +# $NetBSD: DEINSTALL,v 1.2 2001/08/24 23:48:21 jlam Exp $ PKGNAME=$1 STAGE=$2 @@ -13,11 +13,11 @@ ABIDIR=${PKG_PREFIX}/share/AbiSuite case ${STAGE} in DEINSTALL) + ${RM} -f ${ABIDIR}/dictionary/american.hash + ${RMDIR} -p ${ABIDIR}/dictionary 2>/dev/null || ${TRUE} ;; POST-DEINSTALL) - ${RM} -f ${ABIDIR}/dictionary/american.hash - ${RMDIR} -p ${ABIDIR}/dictionary 2>/dev/null || ${TRUE} ;; *) diff --git a/editors/abiword/pkg/PLIST b/editors/abiword/pkg/PLIST index c2208cde500..00312dc05fa 100644 --- a/editors/abiword/pkg/PLIST +++ b/editors/abiword/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2001/08/10 04:50:09 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2001/08/24 23:48:21 jlam Exp $ bin/AbiWord bin/abiword libexec/AbiSuite/AbiWord @@ -574,4 +574,6 @@ share/AbiSuite/readme.txt @dirrm share/AbiSuite/AbiWord/help/de-DE/de_DE @dirrm share/AbiSuite/AbiWord/help/de-DE @dirrm share/AbiSuite/AbiWord/help +@dirrm share/AbiSuite/AbiWord +@dirrm share/AbiSuite @dirrm libexec/AbiSuite -- cgit v1.2.3