diff options
author | kris <kris@FreeBSD.org> | 2004-12-20 06:25:32 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-20 06:25:32 +0000 |
commit | 02989e2437fbb92bec09872e24565f5258738d6c (patch) | |
tree | fe4b8882b203329c780131256607631f3c9982f1 /graphics/kalbum/pkg-plist | |
parent | 250c4112863bc910c426644f3d19dc3a2974d3b7 (diff) | |
download | FreeBSD-ports-02989e2437fbb92bec09872e24565f5258738d6c.zip FreeBSD-ports-02989e2437fbb92bec09872e24565f5258738d6c.tar.gz |
Don't remove system locale directories (not listed in the relevant
BSD.*.dist), but do remove locale directories that are not listed
there. Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
Diffstat (limited to 'graphics/kalbum/pkg-plist')
-rw-r--r-- | graphics/kalbum/pkg-plist | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/kalbum/pkg-plist b/graphics/kalbum/pkg-plist index 4fcb3ed..ce1bdf5 100644 --- a/graphics/kalbum/pkg-plist +++ b/graphics/kalbum/pkg-plist @@ -53,15 +53,6 @@ share/locale/it/LC_MESSAGES/kalbum.mo share/mimelnk/application/x-kalbum.desktop @unexec rmdir %D/share/mimelnk/application 2>/dev/null || true @unexec rmdir %D/share/mimelnk 2>/dev/null || true -@unexec rmdir %D/share/locale/it/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/it 2>/dev/null || true -@unexec rmdir %D/share/locale/hu/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/hu 2>/dev/null || true -@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fr 2>/dev/null || true -@unexec rmdir %D/share/locale/es/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/es 2>/dev/null || true -@unexec rmdir %D/share/locale 2>/dev/null || true @unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true @unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true @unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true |