freebsd-ports/deskutils/logjam/pkg-plist
Kris Kennaway be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00

19 lines
835 B
Plaintext

bin/logjam
%%WITH_XMMS%%bin/logjam-xmms-client
share/gnome/applications/logjam.desktop
share/gnome/pixmaps/logjam_goat.png
share/gnome/pixmaps/logjam_pencil.png
share/locale/de/LC_MESSAGES/logjam.mo
share/locale/en_GB/LC_MESSAGES/logjam.mo
share/locale/en_US.UTF-8/LC_MESSAGES/logjam.mo
share/locale/es/LC_MESSAGES/logjam.mo
share/locale/he/LC_MESSAGES/logjam.mo
share/locale/ru_RU/LC_MESSAGES/logjam.mo
share/locale/uk_UA/LC_MESSAGES/logjam.mo
@unexec rmdir %D/share/locale/en_US.UTF-8/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/en_US.UTF-8 2> /dev/null || true
@unexec rmdir %D/share/locale/ru_RU/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/ru_RU 2> /dev/null || true
@unexec rmdir %D/share/locale/uk_UA/LC_MESSAGES 2> /dev/null || true
@unexec rmdir %D/share/locale/uk_UA 2> /dev/null || true