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 | |
parent | 4a020903a01090d5ee12a3aeb69b8761fb23ab2c (diff) | |
download | pkgsrc-db1572c439e2f5d3c48f792431414ad4aa4f7cbe.tar.gz |
Don't try to remove "share/pixmaps" which is part of the standard
directory structure now.
-rw-r--r-- | audio/gqmpeg/pkg/PLIST | 3 | ||||
-rw-r--r-- | graphics/alevt/pkg/PLIST | 3 | ||||
-rw-r--r-- | math/gnumeric/pkg/PLIST | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/audio/gqmpeg/pkg/PLIST b/audio/gqmpeg/pkg/PLIST index d6c40ccd018..af9efdc1cfa 100644 --- a/audio/gqmpeg/pkg/PLIST +++ b/audio/gqmpeg/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2001/03/01 17:09:04 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2001/03/28 12:16:19 tron Exp $ bin/gqmpeg bin/gqmpeg-shoutcast-plugin.sh man/man1/gqmpeg.1 @@ -10,6 +10,5 @@ ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/gqmpeg.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gqmpeg.mo share/pixmaps/gqmpeg.png -@unexec rmdir -p %D/share/pixmaps 2> /dev/null || true @unexec rmdir -p %D/share/gqmpeg/skins 2> /dev/null || true @unexec rmdir -p %D/share/gnome/apps/Multimedia 2> /dev/null || true 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 diff --git a/math/gnumeric/pkg/PLIST b/math/gnumeric/pkg/PLIST index 5046d07b9fe..c2df00c69f1 100644 --- a/math/gnumeric/pkg/PLIST +++ b/math/gnumeric/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2001/03/19 13:23:43 tron Exp $ +@comment $NetBSD: PLIST,v 1.20 2001/03/28 12:16:19 tron Exp $ bin/gnumeric ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gnumeric.mo ${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gnumeric.mo @@ -735,7 +735,6 @@ share/gnumeric/0.64/templates/purchase_order.gnumeric etc/CORBA/servers/gnumeric.gnorba @unexec rmdir %D/share/mc/templates 2>/dev/null || true @unexec rmdir %D/share/mc 2>/dev/null || true -@unexec rmdir %D/share/pixmaps 2>/dev/null || true @unexec rmdir %D/share/idl 2>/dev/null || true @unexec rmdir %D/share/mime-info 2>/dev/null || true @unexec rmdir %D/etc/CORBA/servers 2>/dev/null || true |