diff options
author | tron <tron> | 2001-01-01 23:49:54 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-01 23:49:54 +0000 |
commit | faf2e7907dfad8e13d4ef6c3018a5c86d3ac0e42 (patch) | |
tree | fbe6e1ab321590a616356476f03262d7aa640fe3 | |
parent | 7ada589d111b5495fb7a9ee37cfe1f35531c0774 (diff) | |
download | pkgsrc-faf2e7907dfad8e13d4ef6c3018a5c86d3ac0e42.tar.gz |
Ignore errors while attempting to remove "share/aclocal" during
deinstallation.
-rw-r--r-- | graphics/gimp/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp/pkg/PLIST b/graphics/gimp/pkg/PLIST index 50aa5b36770..7c7569a4c96 100644 --- a/graphics/gimp/pkg/PLIST +++ b/graphics/gimp/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2000/12/27 17:28:40 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.19 2001/01/01 23:49:54 tron Exp $ bin/escputil bin/gimp bin/gimp-config @@ -1431,7 +1431,7 @@ share/locale/uk/LC_MESSAGES/gimp.mo @dirrm share/gimp/1.2/devel-docs @dirrm share/gimp/1.2/brushes @dirrm share/gimp/1.2 -@dirrm share/aclocal +@unexec rmdir %D/share/aclocal 2>/dev/null || true @dirrm lib/gimp/1.2/plug-ins @dirrm lib/gimp/1.2/modules @dirrm include/libgimp |