diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 08:20:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 08:20:05 +0000 |
commit | a1455aa4f6dc98e30f09ba793d6602f03c8bc6a0 (patch) | |
tree | 25e7b19219ede14ffb46cbcd62ada068258570b5 /cad | |
parent | Make this build in an ELF world. (diff) |
Remove empty directories on deinstall.
Notes
Notes:
svn path=/head/; revision=13451
Diffstat (limited to 'cad')
-rw-r--r-- | cad/acs/pkg-plist | 2 | ||||
-rw-r--r-- | cad/mars/pkg-plist | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/cad/acs/pkg-plist b/cad/acs/pkg-plist index efe009c5d686..ef15dc56a21c 100644 --- a/cad/acs/pkg-plist +++ b/cad/acs/pkg-plist @@ -26,3 +26,5 @@ share/acs/examples/opamp-vf.ckt share/acs/examples/opamp.doc share/acs/examples/opol.ckt share/acs/examples/sc18.ckt +@dirrm share/acs/examples +@dirrm share/acs diff --git a/cad/mars/pkg-plist b/cad/mars/pkg-plist index 5f46bbbaa96e..8360176f762c 100644 --- a/cad/mars/pkg-plist +++ b/cad/mars/pkg-plist @@ -2,3 +2,7 @@ bin/mars share/doc/mars/proman/prog.ps share/doc/mars/usrman/user.ps share/doc/mars/motifman/Xmotif.ps +@dirrm share/doc/mars/proman +@dirrm share/doc/mars/usrman +@dirrm share/doc/mars/motifman +@dirrm share/doc/mars |