diff options
author | jlam <jlam> | 2001-08-24 23:48:21 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-24 23:48:21 +0000 |
commit | c083d1c459738a5e438f3ee0c8f143fc0c3c8da2 (patch) | |
tree | ab808a7378a2e7e44aa720551639cf4bde3d37a3 /editors/abiword | |
parent | e46b08bcc391d605be8a824222b8812b1477051a (diff) | |
download | pkgsrc-c083d1c459738a5e438f3ee0c8f143fc0c3c8da2.tar.gz |
Remove some more directories during deinstallation.
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/pkg/DEINSTALL | 6 | ||||
-rw-r--r-- | editors/abiword/pkg/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
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 |