diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-22 00:46:33 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-22 00:46:33 +0000 |
commit | 612aa5e628b4840c6e6ad25fdaeb47f60d9e2215 (patch) | |
tree | 3a1d73c8a79749a32407648e1f908c3198b3f858 | |
parent | d4c7069ac35ba18166b28bc4d21d807e4688c784 (diff) | |
download | pkgsrc-612aa5e628b4840c6e6ad25fdaeb47f60d9e2215.tar.gz |
sync with reality, rmdir empty directory on pkg_delete
-rw-r--r-- | fonts/Xg/pkg/PLIST | 2 | ||||
-rw-r--r-- | plan9/Xg/pkg/PLIST | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/fonts/Xg/pkg/PLIST b/fonts/Xg/pkg/PLIST index 39272713bd4..c0d1ba2eef7 100644 --- a/fonts/Xg/pkg/PLIST +++ b/fonts/Xg/pkg/PLIST @@ -172,3 +172,5 @@ lib/X11/fonts/Xg/pelm.latineur.8.pcf.Z lib/X11/fonts/Xg/pelm.latineur.9.pcf.Z lib/X11/fonts/Xg/pelm.supsub.8.pcf.Z lib/X11/fonts/Xg/pelm.supsub.9.pcf.Z +lib/X11/fonts/Xg/unicode.9.font +@unexec rmdir %D/lib/X11/fonts/Xg diff --git a/plan9/Xg/pkg/PLIST b/plan9/Xg/pkg/PLIST index 39272713bd4..c0d1ba2eef7 100644 --- a/plan9/Xg/pkg/PLIST +++ b/plan9/Xg/pkg/PLIST @@ -172,3 +172,5 @@ lib/X11/fonts/Xg/pelm.latineur.8.pcf.Z lib/X11/fonts/Xg/pelm.latineur.9.pcf.Z lib/X11/fonts/Xg/pelm.supsub.8.pcf.Z lib/X11/fonts/Xg/pelm.supsub.9.pcf.Z +lib/X11/fonts/Xg/unicode.9.font +@unexec rmdir %D/lib/X11/fonts/Xg |