diff options
author | tron <tron> | 1999-08-12 21:11:29 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-12 21:11:29 +0000 |
commit | e96ac31a3b45174576909cddc95a357e421ce810 (patch) | |
tree | 69e34071330465d7a06be09d41838688d28a1dce | |
parent | be41850c6df6a28d5265c0e12a33112a8edc4fc0 (diff) | |
download | pkgsrc-e96ac31a3b45174576909cddc95a357e421ce810.tar.gz |
Use "@unexec rmdir %D/share/texmf || true" to remove "share/texmf" to avoid
error message on package deinstallation.
-rw-r--r-- | print/teTeX-share/pkg/PLIST | 4 | ||||
-rw-r--r-- | print/teTeX-sharesrc/pkg/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/teTeX-share/pkg/PLIST b/print/teTeX-share/pkg/PLIST index 55aa976885e..a7855d5b23f 100644 --- a/print/teTeX-share/pkg/PLIST +++ b/print/teTeX-share/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/03 14:04:56 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/08/12 21:11:29 tron Exp $ share/texmf/xdvi/XDvi @dirrm share/texmf/xdvi share/texmf/web2c/cp8bit.tcx @@ -7800,4 +7800,4 @@ share/texmf/bibtex/bib/README @dirrm share/texmf/bibtex share/texmf/aliases share/texmf/ChangeLog -@dirrm share/texmf +@unexec rmdir %D/share/texmf || true diff --git a/print/teTeX-sharesrc/pkg/PLIST b/print/teTeX-sharesrc/pkg/PLIST index bb7474b5c3b..77111bba4b9 100644 --- a/print/teTeX-sharesrc/pkg/PLIST +++ b/print/teTeX-sharesrc/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/08/03 14:10:42 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/08/12 21:11:30 tron Exp $ share/texmf/source/latex/oberdiek/twoopt.sty share/texmf/source/latex/oberdiek/pagesel.sty share/texmf/source/latex/oberdiek/hypbmsec.sty @@ -2430,4 +2430,4 @@ share/texmf/source/amstex/amsppt.sty @dirrm share/texmf/source/amstex share/texmf/source/README @dirrm share/texmf/source -@dirrm share/texmf +@unexec rmdir %D/share/texmf || true |