diff options
author | ache <ache@FreeBSD.org> | 2005-10-13 03:28:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2005-10-13 03:28:28 +0800 |
commit | 9043b0fa4d7c194b8256a9d89c55d21739b6b3b4 (patch) | |
tree | fdc757ab1895ebee7e687742831bd4882470f71a /news/tin | |
parent | 16353d97e08426413c2362dc0822b185b7101940 (diff) | |
download | freebsd-ports-gnome-9043b0fa4d7c194b8256a9d89c55d21739b6b3b4.tar.gz freebsd-ports-gnome-9043b0fa4d7c194b8256a9d89c55d21739b6b3b4.tar.zst freebsd-ports-gnome-9043b0fa4d7c194b8256a9d89c55d21739b6b3b4.zip |
@unexec rmdir %D/share/locale/rw/LC_MESSAGES
@unexec rmdir %D/share/locale/rw
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/news/tin/pkg-plist b/news/tin/pkg-plist index e751a957caf4..6b1d0f28a262 100644 --- a/news/tin/pkg-plist +++ b/news/tin/pkg-plist @@ -19,3 +19,5 @@ share/locale/fr/LC_MESSAGES/tin.mo share/locale/ru/LC_MESSAGES/tin.mo share/locale/rw/LC_MESSAGES/tin.mo share/locale/tr/LC_MESSAGES/tin.mo +@unexec rmdir %D/share/locale/rw/LC_MESSAGES > /dev/null 2>&1 || true +@unexec rmdir %D/share/locale/rw > /dev/null 2>&1 || true |