summaryrefslogtreecommitdiff
path: root/print/teTeX-sharesrc
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-08-12 21:11:29 +0000
committertron <tron@pkgsrc.org>1999-08-12 21:11:29 +0000
commita3b59be57bf8b5e2eb2b5e2828781eaa11329434 (patch)
tree69e34071330465d7a06be09d41838688d28a1dce /print/teTeX-sharesrc
parent295e23955063b4613e7148885a79d6268c3b7b7d (diff)
downloadpkgsrc-a3b59be57bf8b5e2eb2b5e2828781eaa11329434.tar.gz
Use "@unexec rmdir %D/share/texmf || true" to remove "share/texmf" to avoid
error message on package deinstallation.
Diffstat (limited to 'print/teTeX-sharesrc')
-rw-r--r--print/teTeX-sharesrc/pkg/PLIST4
1 files changed, 2 insertions, 2 deletions
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