diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
commit | d73ba718faf26d7121b77abe23bcdde4471ffd37 (patch) | |
tree | 933c4cf888a3e578c5dc57fa7101d4811c5bbd1a /security/p5-IO-Socket-SSL | |
parent | 528bd5316b1d513249603d42e06673dde2743fb5 (diff) | |
download | ports-d73ba718faf26d7121b77abe23bcdde4471ffd37.tar.gz ports-d73ba718faf26d7121b77abe23bcdde4471ffd37.zip |
Remove empty directories on uninstall.
Notes
Notes:
svn path=/head/; revision=41387
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r-- | security/p5-IO-Socket-SSL/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-IO-Socket-SSL/pkg-plist b/security/p5-IO-Socket-SSL/pkg-plist index 6bafbeaed36c..092f190608aa 100644 --- a/security/p5-IO-Socket-SSL/pkg-plist +++ b/security/p5-IO-Socket-SSL/pkg-plist @@ -1,3 +1,7 @@ lib/perl5/site_perl/%%PERL_VER%%/IO/Socket/SSL.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket/SSL +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO/Socket +@dirrm lib/perl5/site_perl/%%PERL_VER%%/IO/Socket +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IO 2>/dev/null || true |