diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/pkg/PLIST b/graphics/gimp/pkg/PLIST index 878645a6528..43a2b10ed54 100644 --- a/graphics/gimp/pkg/PLIST +++ b/graphics/gimp/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 1999/10/22 23:57:53 tron Exp $ +@comment $NetBSD: PLIST,v 1.14 2000/02/12 03:27:37 wiz Exp $ bin/gimp bin/gimptool include/gck/gck.h @@ -633,6 +633,7 @@ share/gimp/scripts/xach-effect.scm share/gimp/user_install @exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gimp.m4 ${LOCALBASE}/share/aclocal/gimp.m4 @unexec test %D = ${LOCALBASE} || rm ${LOCALBASE}/share/aclocal/gimp.m4 +@unexec rmdir %D/share/aclocal 2>/dev/null || true @dirrm include/libgimp @dirrm include/gck @dirrm lib/gimp/1.0/plug-ins |