diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-22 18:36:43 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-02-22 18:36:43 +0000 |
commit | 482cd7a4c5bf83722e143bc64e529e46e66cf145 (patch) | |
tree | 555b69f1dc77dc3f67e02f615c86e79ff9fdc3dd /security/p5-Authen-SASL | |
parent | 5575b9849f305cb8964b09b54f6ff775d601a873 (diff) |
Remove empty directories on deinstall.
Notes
Notes:
svn path=/head/; revision=76191
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r-- | security/p5-Authen-SASL/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL/pkg-plist b/security/p5-Authen-SASL/pkg-plist index 412762429b8c..46e91c68065b 100644 --- a/security/p5-Authen-SASL/pkg-plist +++ b/security/p5-Authen-SASL/pkg-plist @@ -10,6 +10,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pm lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/SASL/.packlist @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/SASL 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL/Perl 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen/SASL 2>/dev/null || true @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Authen 2>/dev/null || true |