diff options
author | steve <steve@FreeBSD.org> | 2001-04-15 06:31:52 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-15 06:31:52 +0800 |
commit | a44fd90d222009b3b26973f0a34c83d050b6e662 (patch) | |
tree | 4c946e97024df98783512cced0281e32054e212b /textproc/p5-PDF-Create | |
parent | daa7d9fbe3ad1fb3fc7564f0acb234122158ae1a (diff) | |
download | freebsd-ports-gnome-a44fd90d222009b3b26973f0a34c83d050b6e662.tar.gz freebsd-ports-gnome-a44fd90d222009b3b26973f0a34c83d050b6e662.tar.zst freebsd-ports-gnome-a44fd90d222009b3b26973f0a34c83d050b6e662.zip |
Remove empty directories on uninstall.
Diffstat (limited to 'textproc/p5-PDF-Create')
-rw-r--r-- | textproc/p5-PDF-Create/pkg-plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-PDF-Create/pkg-plist b/textproc/p5-PDF-Create/pkg-plist index 02a3a1374f6d..337a44f67cd8 100644 --- a/textproc/p5-PDF-Create/pkg-plist +++ b/textproc/p5-PDF-Create/pkg-plist @@ -1,6 +1,9 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDF/Create/.packlist lib/perl5/site_perl/%%PERL_VER%%/PDF/Create/Page.pm lib/perl5/site_perl/%%PERL_VER%%/PDF/Create/Outline.pm lib/perl5/site_perl/%%PERL_VER%%/PDF/sample.pl lib/perl5/site_perl/%%PERL_VER%%/PDF/Create.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDF/Create @dirrm lib/perl5/site_perl/%%PERL_VER%%/PDF/Create -@dirrm lib/perl5/site_perl/%%PERL_VER%%/PDF +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDF 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/PDF 2>/dev/null || true |