diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-12 03:27:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-12 03:27:37 +0000 |
commit | 24a38365840f4b6ed9a6a972cd614938a14025fb (patch) | |
tree | 82000ac44a50e21f2e6d5c083441d39c4046084b /graphics | |
parent | 75f2a07bfcb4b43348d53f2f2b66f31708bbcc80 (diff) | |
download | pkgsrc-24a38365840f4b6ed9a6a972cd614938a14025fb.tar.gz |
remove share/aclocal during deinstall if gimp was the only program in it
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 |