diff options
author | tron <tron@pkgsrc.org> | 2001-01-01 23:49:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-01 23:49:54 +0000 |
commit | c293970b2213f188f321ed4f9edcce99c4358f19 (patch) | |
tree | fbe6e1ab321590a616356476f03262d7aa640fe3 /graphics/gimp | |
parent | 84210384bbc2208602b46190b19b99d7aa8040d0 (diff) | |
download | pkgsrc-c293970b2213f188f321ed4f9edcce99c4358f19.tar.gz |
Ignore errors while attempting to remove "share/aclocal" during
deinstallation.
Diffstat (limited to 'graphics/gimp')
-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 |