diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-16 05:49:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-16 05:49:27 +0000 |
commit | be3e1f7794486310bb005c6132d838a4e6421451 (patch) | |
tree | a7dfcc67170c590a833d014ae4ba65ea8537deb0 /databases | |
parent | 34b856ebd94b9f35b8bf0f100f68a616f7aaadc6 (diff) | |
download | ports-be3e1f7794486310bb005c6132d838a4e6421451.tar.gz ports-be3e1f7794486310bb005c6132d838a4e6421451.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql7/pkg-plist | 9 | ||||
-rw-r--r-- | databases/postgresql73/pkg-plist | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/databases/postgresql7/pkg-plist b/databases/postgresql7/pkg-plist index 29187a33ca67..6700f1c5353e 100644 --- a/databases/postgresql7/pkg-plist +++ b/databases/postgresql7/pkg-plist @@ -194,9 +194,12 @@ share/postgresql/post-install-notes %%SERVER%%%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo %%SERVER%%%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo %%SERVER%%%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/* 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale 2>/dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2>/dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true %%SERVER%%@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi %%SERVER%%@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi %%SERVER%%@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist diff --git a/databases/postgresql73/pkg-plist b/databases/postgresql73/pkg-plist index effd8e4f2f71..3b5b073108cb 100644 --- a/databases/postgresql73/pkg-plist +++ b/databases/postgresql73/pkg-plist @@ -133,9 +133,12 @@ share/postgresql/post-install-notes %%SERVER%%%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres.mo %%SERVER%%%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres.mo %%SERVER%%%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres.mo -%%GETTEXT%%@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale/* 2>/dev/null || true -%%GETTEXT%%@unexec rmdir %D/share/locale 2>/dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/cs/LC_MESSAGES 2> /dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/cs 2> /dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2> /dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/zh_CN 2> /dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2> /dev/null || true +%%GETTEXT%%@unexec rmdir %D/share/locale/zh_TW 2> /dev/null || true %%SERVER%%@unexec if cmp -s ~pgsql/.profile %D/share/postgresql/dot.profile.dist; then rm -f ~pgsql/.profile; fi %%SERVER%%@unexec if cmp -s ~pgsql/.cshrc %D/share/postgresql/dot.cshrc.dist; then rm -f ~pgsql/.cshrc; fi %%SERVER%%@unexec [ -f ~pgsql/dot.profile.dist ] && rm ~pgsql/dot.profile.dist |