diff options
Diffstat (limited to 'misc/kde4-l10n-sl/scripts/Configure')
-rw-r--r-- | misc/kde4-l10n-sl/scripts/Configure | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/misc/kde4-l10n-sl/scripts/Configure b/misc/kde4-l10n-sl/scripts/Configure index 55988c58cf5b..a5fb3164b9e5 100644 --- a/misc/kde4-l10n-sl/scripts/Configure +++ b/misc/kde4-l10n-sl/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 |