From fea4ebc911eb7b4fb9e2bd280e135028b899fa8f Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 3 Sep 2008 13:34:40 -0400 Subject: [PATCH] gettext: added postconfig hook to disable gettext if NLS was disabled --- base/gettext/postconfig.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 base/gettext/postconfig.in diff --git a/base/gettext/postconfig.in b/base/gettext/postconfig.in new file mode 100644 index 000000000..c667f62bc --- /dev/null +++ b/base/gettext/postconfig.in @@ -0,0 +1,15 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../gettext/postconfig.in +# Copyright (C) 2008 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +[ "$SDECFG_DISABLE_NLS" != 1 ] || pkgremove gettext