diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-03 08:52:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-03 08:52:07 +0000 |
commit | d5615526910eaf4df012a232d4347316bb550a10 (patch) | |
tree | 4d359784c6b86bc3d9f51acb41d177ada0650b8b /textproc | |
parent | Create directory etc/sgml before attempting to copy file into it. (diff) |
Remove etc/sgml if it's empty.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=34709
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sgmltools-lite/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/sgmltools-lite/pkg-plist b/textproc/sgmltools-lite/pkg-plist index 112a1004706c..2da2d6e298ac 100644 --- a/textproc/sgmltools-lite/pkg-plist +++ b/textproc/sgmltools-lite/pkg-plist @@ -34,3 +34,4 @@ share/sgml/misc/sgmltools/python/backends/iSilo.py @dirrm share/sgml/misc/sgmltools/python @dirrm share/sgml/misc/sgmltools/site-backends @dirrm share/sgml/misc/sgmltools +@unexec rmdir %D/etc/sgml 2>/dev/null || true |