diff options
author | steve <steve@FreeBSD.org> | 2001-04-20 21:16:43 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-20 21:16:43 +0800 |
commit | d46cf3e1aa8f7a5039dcb67b236231a612c4bf60 (patch) | |
tree | f78ecaf3f5c97d6c7bed3bb304f86ffbc2892042 /security/p5-Authen-Krb4 | |
parent | 6ef77a4c92e776206c45142d1c513e7aaadba1f4 (diff) | |
download | freebsd-ports-gnome-d46cf3e1aa8f7a5039dcb67b236231a612c4bf60.tar.gz freebsd-ports-gnome-d46cf3e1aa8f7a5039dcb67b236231a612c4bf60.tar.zst freebsd-ports-gnome-d46cf3e1aa8f7a5039dcb67b236231a612c4bf60.zip |
Remove empty directories on uninstall.
Diffstat (limited to 'security/p5-Authen-Krb4')
-rw-r--r-- | security/p5-Authen-Krb4/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/p5-Authen-Krb4/pkg-plist b/security/p5-Authen-Krb4/pkg-plist index 9aaa7a2d4100..0ffc7172dfd0 100644 --- a/security/p5-Authen-Krb4/pkg-plist +++ b/security/p5-Authen-Krb4/pkg-plist @@ -3,3 +3,5 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/Krb4.bs lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4/Krb4.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Authen/Krb4 +@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%%/%%PERL_ARCH%%/Authen 2>/dev/null || true |