diff options
author | tron <tron> | 1999-08-12 21:11:29 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-12 21:11:29 +0000 |
commit | 5ba5f2eec82953bb84e7d570f47df873b335349f (patch) | |
tree | 69e34071330465d7a06be09d41838688d28a1dce /print/teTeX-share | |
parent | 88b2f632f4fb233641679b4e5afd21debc9c3282 (diff) | |
download | pkgsrc-5ba5f2eec82953bb84e7d570f47df873b335349f.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-share')
-rw-r--r-- | print/teTeX-share/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 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 |