mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
3e57c8d5d9
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.
22 lines
898 B
Plaintext
22 lines
898 B
Plaintext
bin/xmule
|
|
bin/xmule-ed2k-handler
|
|
share/gnome/applications/xmule.desktop
|
|
share/gnome/pixmaps/xmule.xpm
|
|
share/locale/de/LC_MESSAGES/xMule.mo
|
|
share/locale/ee/LC_MESSAGES/xMule.mo
|
|
share/locale/es/LC_MESSAGES/xMule.mo
|
|
share/locale/es_MX/LC_MESSAGES/xMule.mo
|
|
share/locale/fr/LC_MESSAGES/xMule.mo
|
|
share/locale/it/LC_MESSAGES/xMule.mo
|
|
share/locale/ko/LC_MESSAGES/xMule.mo
|
|
share/locale/pl/LC_MESSAGES/xMule.mo
|
|
share/locale/tr/LC_MESSAGES/xMule.mo
|
|
@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true
|
|
@unexec rmdir %D/share/locale/pl 2>/dev/null || true
|
|
@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true
|
|
@unexec rmdir %D/share/locale/ko 2>/dev/null || true
|
|
@unexec rmdir %D/share/gnome/pixmaps 2>/dev/null || true
|
|
@unexec rmdir %D/share/gnome/locale 2>/dev/null || true
|
|
@unexec rmdir %D/share/gnome/applications 2>/dev/null || true
|
|
@unexec rmdir %D/share/gnome 2>/dev/null || true
|