diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-24 23:48:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-24 23:48:21 +0000 |
commit | e456883fba0bc141ce2dde46bfd780b3b2d95d94 (patch) | |
tree | ab808a7378a2e7e44aa720551639cf4bde3d37a3 /editors/abiword | |
parent | 2834b2dc2ee0d15fbfa26986b347345b41fcd39e (diff) | |
download | pkgsrc-e456883fba0bc141ce2dde46bfd780b3b2d95d94.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 |