diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-09 03:47:22 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-09 03:47:22 +0000 |
| commit | 92f22c9fe62c038e71e3665b0163c91195415109 (patch) | |
| tree | 32994e720d49cc20ae5b9cc8e819f98a6ba4ea4c | |
| parent | Don't use both explicit depend on libmysql and USE_MYSQL since it's (diff) | |
Remove two leftover locale directories.
Reported by: pointyhat via kris
| -rw-r--r-- | x11-themes/gnome-backgrounds/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/gnome-backgrounds/pkg-plist b/x11-themes/gnome-backgrounds/pkg-plist index 66cff77c1d7e..04c340adda4f 100644 --- a/x11-themes/gnome-backgrounds/pkg-plist +++ b/x11-themes/gnome-backgrounds/pkg-plist @@ -59,6 +59,8 @@ share/locale/uk/LC_MESSAGES/gnome-backgrounds.mo share/locale/vi/LC_MESSAGES/gnome-backgrounds.mo share/locale/zh_CN/LC_MESSAGES/gnome-backgrounds.mo share/locale/zh_TW/LC_MESSAGES/gnome-backgrounds.mo +@unexec rmdir %D/share/locale/te/LC_MESSAGES 2> /dev/null || true +@unexec rmdir %D/share/locale/te 2> /dev/null || true @unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true @unexec rmdir %D/share/locale/rw 2> /dev/null || true @unexec rmdir %D/share/locale/ku/LC_MESSAGES 2> /dev/null || true |
