diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-27 17:48:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-27 17:48:47 +0000 |
commit | e3d49c7457629399e85d5a470f41c68f6d911933 (patch) | |
tree | c5518a0faca18dfc34412de5e24b271b97aa4cf1 /net-p2p/amule | |
parent | Make fetchable again. (diff) |
- Deal with locale directories
Notes
Notes:
svn path=/head/; revision=136281
Diffstat (limited to 'net-p2p/amule')
-rw-r--r-- | net-p2p/amule/pkg-plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/amule/pkg-plist b/net-p2p/amule/pkg-plist index 5bbd138badc7..1baa1c2f556f 100644 --- a/net-p2p/amule/pkg-plist +++ b/net-p2p/amule/pkg-plist @@ -35,6 +35,12 @@ share/locale/it_CH/LC_MESSAGES/amule.mo share/locale/pt_PT/LC_MESSAGES/amule.mo share/locale/hr/LC_MESSAGES/amule.mo share/locale/sl/LC_MESSAGES/amule.mo +@unexec rmdir %D/share/locale/en_US/LC_MESSAGE 2>/dev/null || true +@unexec rmdir %D/share/locale/en_US 2>/dev/null || true +@unexec rmdir %D/share/locale/et_EE/LC_MESSAGE 2>/dev/null || true +@unexec rmdir %D/share/locale/et_EE 2>/dev/null || true +@unexec rmdir %D/share/locale/it_CH/LC_MESSAGE 2>/dev/null || true +@unexec rmdir %D/share/locale/it_CH 2>/dev/null || true share/gnome/doc/aMule-2.0.1/ABOUT-NLS share/gnome/doc/aMule-2.0.1/amulesig.txt share/gnome/doc/aMule-2.0.1/amule-win32.HOWTO.txt |