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 /www/p5-CGI-Cache | |
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 'www/p5-CGI-Cache')
-rw-r--r-- | www/p5-CGI-Cache/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-CGI-Cache/pkg-plist b/www/p5-CGI-Cache/pkg-plist index fbe8bfeff50d..ebd3e2a0697d 100644 --- a/www/p5-CGI-Cache/pkg-plist +++ b/www/p5-CGI-Cache/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/CGI/Cache.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Cache/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/Cache +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/CGI 2>/dev/null || true |