/debian/scim-python-chinese.postinst
Shell | 7 lines | 3 code | 2 blank | 2 comment | 1 complexity | 7509ee0699ae4c572e98e41c7b0d376b MD5 | raw file
- #! /bin/sh -e
- cd /usr/share/scim-python/engine/PinYin
- echo "Creating index for Chinese corpus. This may take some time... "
- python2.5 -c "import PYSQLiteDB; db = PYSQLiteDB.PYSQLiteDB (); db.create_indexes ();"
- #DEBHELPER#