remove share/aclocal during deinstall if gimp was the only program in it
This commit is contained in:
parent
75f2a07bfc
commit
24a3836584
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue