freebsd-ports/misc/hello/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

38 lines
1.7 KiB
Plaintext

bin/hello
@unexec install-info --delete %D/info/hello.info %D/info/dir
info/hello.info
@exec install-info --dir-file=%D/info/dir --entry="* Hello: (hello). Hello Reference Manual." %D/info/hello.info
%%NLS%%share/locale/ca/LC_MESSAGES/hello.mo
%%NLS%%share/locale/da/LC_MESSAGES/hello.mo
%%NLS%%share/locale/de/LC_MESSAGES/hello.mo
%%NLS%%share/locale/de_DE/LC_MESSAGES/hello.mo
%%NLS%%share/locale/el/LC_MESSAGES/hello.mo
%%NLS%%share/locale/eo/LC_MESSAGES/hello.mo
%%NLS%%share/locale/es/LC_MESSAGES/hello.mo
%%NLS%%share/locale/et/LC_MESSAGES/hello.mo
%%NLS%%share/locale/fi/LC_MESSAGES/hello.mo
%%NLS%%share/locale/fr/LC_MESSAGES/hello.mo
%%NLS%%share/locale/gl/LC_MESSAGES/hello.mo
%%NLS%%share/locale/he/LC_MESSAGES/hello.mo
%%NLS%%share/locale/hr/LC_MESSAGES/hello.mo
%%NLS%%share/locale/hu/LC_MESSAGES/hello.mo
%%NLS%%share/locale/id/LC_MESSAGES/hello.mo
%%NLS%%share/locale/it/LC_MESSAGES/hello.mo
%%NLS%%share/locale/ja/LC_MESSAGES/hello.mo
%%NLS%%share/locale/ko/LC_MESSAGES/hello.mo
%%NLS%%share/locale/lv/LC_MESSAGES/hello.mo
%%NLS%%share/locale/nb/LC_MESSAGES/hello.mo
%%NLS%%share/locale/nl/LC_MESSAGES/hello.mo
%%NLS%%share/locale/nn/LC_MESSAGES/hello.mo
%%NLS%%share/locale/pl/LC_MESSAGES/hello.mo
%%NLS%%share/locale/pt/LC_MESSAGES/hello.mo
%%NLS%%share/locale/pt_BR/LC_MESSAGES/hello.mo
%%NLS%%share/locale/ru/LC_MESSAGES/hello.mo
%%NLS%%share/locale/sk/LC_MESSAGES/hello.mo
%%NLS%%share/locale/sl/LC_MESSAGES/hello.mo
%%NLS%%share/locale/sv/LC_MESSAGES/hello.mo
%%NLS%%share/locale/tr/LC_MESSAGES/hello.mo
%%NLS%%share/locale/uk/LC_MESSAGES/hello.mo
%%NLS%%@unexec rmdir %D/share/locale/de_DE/LC_MESSAGES 2> /dev/null || true
%%NLS%%@unexec rmdir %D/share/locale/de_DE 2> /dev/null || true