~ubuntu-langpack/langpack-o-matic/main

« back to all changes in this revision

Viewing changes to skel-base/debian/postinst

  • Committer: Arne Goetje
  • Date: 2009-07-06 03:29:55 UTC
  • Revision ID: arne@canonical.com-20090706032955-256u755hd24tlpav
* added split for zh into zh-hans and zh-hant. zh-hans contains zh_CN and ZH_SG, while zh-hant contains zh_HK and zh_TW. This is only done for releases >= 9.10
* disable creation of language-support-translation-* and language-support-extra-* for releases >= 9.10
* add ISO-15924 (script codes) mapping for future variant based package splits
* bugfix: language-support-extra* should not be in SUPDEPS, but in SUGDEPS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
2
 
3
3
if [ "$1" = "configure" ]; then
4
 
    /usr/share/locales/install-language-pack "%LCODE%" "%CLASS%" "$2" || true
 
4
    /usr/share/locales/install-language-pack "%PKGNAME%" "%CLASS%" "$2" || true
5
5
fi
6
6
 
7
7
#DEBHELPER#