diff options
author | thierry <thierry@FreeBSD.org> | 2005-03-01 05:32:31 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-03-01 05:32:31 +0800 |
commit | 3f201815a88d47568a8a0942fddb125e7e21e439 (patch) | |
tree | 126dbae5cb98ffbe9d383049a15e8dc69f8b9006 /math/drgeo | |
parent | 17aef1a388294ee6b70ddb901145bbd212822be1 (diff) | |
download | freebsd-ports-gnome-3f201815a88d47568a8a0942fddb125e7e21e439.tar.gz freebsd-ports-gnome-3f201815a88d47568a8a0942fddb125e7e21e439.tar.zst freebsd-ports-gnome-3f201815a88d47568a8a0942fddb125e7e21e439.zip |
Remove extra locales directories.
Reported by: Kris via pointyhat
Diffstat (limited to 'math/drgeo')
-rw-r--r-- | math/drgeo/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/math/drgeo/pkg-plist b/math/drgeo/pkg-plist index 12fe03de4b19..be6d4ac24f21 100644 --- a/math/drgeo/pkg-plist +++ b/math/drgeo/pkg-plist @@ -205,6 +205,10 @@ share/locale/sv/LC_MESSAGES/drgeo.mo share/locale/uk/LC_MESSAGES/drgeo.mo share/locale/zh_CN/LC_MESSAGES/drgeo.mo share/locale/zh_TW/LC_MESSAGES/drgeo.mo +@unexec rmdir %D/share/locale/no_NO/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/no_NO 2>/dev/null || true +@unexec rmdir %D/share/locale/nb_NO/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/nb_NO 2>/dev/null || true @unexec rmdir %D/share/gnome/texmacs/TeXmacs/plugins/drgeo/progs 2>/dev/null || true @unexec rmdir %D/share/gnome/texmacs/TeXmacs/plugins/drgeo 2>/dev/null || true @unexec rmdir %D/share/gnome/texmacs/TeXmacs/plugins 2>/dev/null || true |