diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-19 01:30:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-19 01:30:08 +0000 |
commit | deae0b0fc2298c5522e20bdf1557f01b0bbd40f9 (patch) | |
tree | ab6be21332a98042fd805221a7bdc778d5379d51 /fonts | |
parent | b5e22c8fe133eae349664557535c52a2e0898625 (diff) | |
download | pkgsrc-deae0b0fc2298c5522e20bdf1557f01b0bbd40f9.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} |