summaryrefslogtreecommitdiff
path: root/hungarian/kde4-l10n/scripts/Configure
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-12-12 17:54:14 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-12-12 17:54:14 +0000
commit4226180b2ae7cde9fb3f75ceb652177e295effa5 (patch)
treee6c240d0668e4086ba5c5e1c80e87296f46eb251 /hungarian/kde4-l10n/scripts/Configure
parentUpdate to 1.8.16. (diff)
Update to 2.2.2.
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Notes
Notes: svn path=/head/; revision=51403
Diffstat (limited to '')
-rw-r--r--hungarian/kde4-l10n/scripts/Configure6
1 files changed, 0 insertions, 6 deletions
diff --git a/hungarian/kde4-l10n/scripts/Configure b/hungarian/kde4-l10n/scripts/Configure
index 55988c58cf5b..a5fb3164b9e5 100644
--- a/hungarian/kde4-l10n/scripts/Configure
+++ b/hungarian/kde4-l10n/scripts/Configure
@@ -85,12 +85,6 @@ while [ "$1" ]; do
/usr/bin/grep "^[^@].*-$a\$" ${CURDIR}/pkg-plist >> ${PLIST}
/usr/bin/grep "^@.*/$a/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs
/usr/bin/grep "^@.*/$a$" ${CURDIR}/pkg-plist >> ${PLIST}.dirs
- if [ x$a = xzh_TW.Big5 ]; then
- /usr/bin/grep "^[^@].*/zh_TW/.*" ${CURDIR}/pkg-plist >> ${PLIST}
- /usr/bin/grep "^[^@].*-zh_TW\$" ${CURDIR}/pkg-plist >> ${PLIST}
- /usr/bin/grep "^@.*/zh_TW/.*" ${CURDIR}/pkg-plist >> ${PLIST}.dirs
- /usr/bin/grep "^@.*/zh_TW$" ${CURDIR}/pkg-plist >> ${PLIST}.dirs
- fi
shift
done