diff options
author | wiz <wiz> | 2003-01-19 01:30:08 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-19 01:30:08 +0000 |
commit | 8692f4c20c0667ca34771d65a8553b8ec9199551 (patch) | |
tree | ab6be21332a98042fd805221a7bdc778d5379d51 /fonts | |
parent | b729fa4bc90da07c4579b26e0be49e3eacda7645 (diff) | |
download | pkgsrc-8692f4c20c0667ca34771d65a8553b8ec9199551.tar.gz |
Remove share/fonts if empty.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/watanabe_vfont/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/watanabe_vfont/PLIST b/fonts/watanabe_vfont/PLIST index 9a820567943..c0d4f8e8013 100644 --- a/fonts/watanabe_vfont/PLIST +++ b/fonts/watanabe_vfont/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:49:12 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/01/19 01:30:08 wiz Exp $ share/fonts/watanabe_font/README share/fonts/watanabe_font/dviprt.vfn share/fonts/watanabe_font/mincho.vf1 share/fonts/watanabe_font/mincho.vf2 @dirrm share/fonts/watanabe_font +@unexec ${RMDIR} %D/share/fonts 2> /dev/null || ${TRUE} |