updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / scim-python / scim-python.install
blob26a80c8294e6e275754590176f44029bdb88278a
1 # This is a default template for a post-install scriptlet.  You can
2 # remove any functions you don't need (and this header).
4 # arg 1:  the new package version
5 pre_install() {
6           /bin/true
7   }
9 # arg 1:  the new package version
10 post_install() {
11     ln -s /usr/lib/scim-1.0/1.4.0/IMEngine/python.so /usr/lib/scim-1.0/1.4.0/Helper/python.so
12     ln -s /usr/lib/scim-1.0/1.4.0/IMEngine/python.so /usr/lib/scim-1.0/1.4.0/SetupUI/python.so
13     cd /usr/share/scim-python/engine/PinYin
14     echo "Creating INDEX."
15     python -c "import PYSQLiteDB; db = PYSQLiteDB.PYSQLiteDB (); db.create_indexes ();"
18 # arg 1:  the new package version
19 # arg 2:  the old package version
20 pre_upgrade() {
21   /bin/true
24 # arg 1:  the new package version
25 # arg 2:  the old package version
26 post_upgrade() {
27 post_install $1
30 # arg 1:  the old package version
31 pre_remove() {
32 /bin/true
35 # arg 1:  the old package version
36 post_remove() {
37 /bin/true