diff options
author | tron <tron@pkgsrc.org> | 2001-03-28 12:16:18 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-28 12:16:18 +0000 |
commit | db1572c439e2f5d3c48f792431414ad4aa4f7cbe (patch) | |
tree | 71fe4977cd056aae72b8d0d495d38ed80d5496df /graphics | |
parent | 4a020903a01090d5ee12a3aeb69b8761fb23ab2c (diff) | |
download | pkgsrc-db1572c439e2f5d3c48f792431414ad4aa4f7cbe.tar.gz |
Don't try to remove "share/pixmaps" which is part of the standard
directory structure now.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/alevt/pkg/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/alevt/pkg/PLIST b/graphics/alevt/pkg/PLIST index ae7b503d486..19fb82ac59c 100644 --- a/graphics/alevt/pkg/PLIST +++ b/graphics/alevt/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/01 15:04:46 tron Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/03/28 12:16:18 tron Exp $ bin/alevt bin/alevt-date bin/alevt-cap @@ -6,4 +6,3 @@ man/man1/alevt.1x man/man1/alevt-cap.1 man/man1/alevt-date.1 share/pixmaps/mini-alevt.xpm -@unexec rmdir %D/share/pixmaps 2>/dev/null || true |