mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
be3e1f7794
* Don't remove "system directories" (which were created by BSD.*.dist) * Silently try to remove locale directories which we might have created
12 lines
442 B
Plaintext
12 lines
442 B
Plaintext
bin/mp3c
|
|
bin/cdrip.sh
|
|
share/locale/de/LC_MESSAGES/mp3c.mo
|
|
share/locale/es/LC_MESSAGES/mp3c.mo
|
|
share/locale/it/LC_MESSAGES/mp3c.mo
|
|
share/locale/pl/LC_MESSAGES/mp3c.mo
|
|
share/locale/pt/LC_MESSAGES/mp3c.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/pt/LC_MESSAGES 2> /dev/null || true
|
|
@unexec rmdir %D/share/locale/pt 2> /dev/null || true
|