diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-09 04:44:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-09 04:44:47 +0800 |
commit | a39ed5631b525de843beb158acb85575cc7bec1c (patch) | |
tree | 52eddbadf9bcc765e62c4b8db91a886a71c78501 /devel | |
parent | 652831064ee54b34c8e2d040821981988bd93ba5 (diff) | |
download | marcuscom-ports-a39ed5631b525de843beb158acb85575cc7bec1c.tar marcuscom-ports-a39ed5631b525de843beb158acb85575cc7bec1c.tar.gz marcuscom-ports-a39ed5631b525de843beb158acb85575cc7bec1c.tar.bz2 marcuscom-ports-a39ed5631b525de843beb158acb85575cc7bec1c.tar.lz marcuscom-ports-a39ed5631b525de843beb158acb85575cc7bec1c.tar.xz marcuscom-ports-a39ed5631b525de843beb158acb85575cc7bec1c.tar.zst marcuscom-ports-a39ed5631b525de843beb158acb85575cc7bec1c.zip |
Add remove the zu locale.
Reported by: GNOME Tinderbox (Thanks to Pav for create yellow colour!)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3362 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnome-vfs/pkg-plist | 2 | ||||
-rw-r--r-- | devel/gnomevfs2/pkg-plist | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist index d21b65498..bc91f9cc1 100644 --- a/devel/gnome-vfs/pkg-plist +++ b/devel/gnome-vfs/pkg-plist @@ -218,3 +218,5 @@ share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo @dirrm include/gnome-vfs-2.0/libgnomevfs @dirrm include/gnome-vfs-2.0/include @dirrm include/gnome-vfs-2.0 +@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/zu 2> /dev/null || true diff --git a/devel/gnomevfs2/pkg-plist b/devel/gnomevfs2/pkg-plist index d21b65498..bc91f9cc1 100644 --- a/devel/gnomevfs2/pkg-plist +++ b/devel/gnomevfs2/pkg-plist @@ -218,3 +218,5 @@ share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo @dirrm include/gnome-vfs-2.0/libgnomevfs @dirrm include/gnome-vfs-2.0/include @dirrm include/gnome-vfs-2.0 +@unexec rmdir %D/share/locale/zu/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/zu 2> /dev/null || true |